From a7730b680920d4f27dbf67aac8e79018b618f63d Mon Sep 17 00:00:00 2001 From: yp05327 Date: Tue, 14 Jan 2025 08:46:42 +0000 Subject: [PATCH] Delete .gitea\workflows/call.yaml --- ".gitea\\workflows/call.yaml" | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ".gitea\\workflows/call.yaml" diff --git "a/.gitea\\workflows/call.yaml" "b/.gitea\\workflows/call.yaml" deleted file mode 100644 index 503b9c8..0000000 --- "a/.gitea\\workflows/call.yaml" +++ /dev/null @@ -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" \ No newline at end of file