Delete .gitea\workflows/call.yaml

This commit is contained in:
2025-01-14 08:46:42 +00:00
parent 40f30ed125
commit a7730b6809

View File

@ -1,21 +0,0 @@
name: call workflow
on:
push:
tags:
- '*'
jobs:
call-release:
uses: ./.gitea/workflows/release.yaml
after-workflow:
runs-on: ubuntu-latest
needs:
- call-release
steps:
- name: call workflow
- name: run shell
run: |-
set -x
echo "after call workflow"