commit 40f30ed1254c61d6a400b083975a635df76f3c8b Author: yp05327 Date: Tue Jan 14 08:46:29 2025 +0000 Add .gitea\workflows/call.yaml diff --git "a/.gitea\\workflows/call.yaml" "b/.gitea\\workflows/call.yaml" new file mode 100644 index 0000000..503b9c8 --- /dev/null +++ "b/.gitea\\workflows/call.yaml" @@ -0,0 +1,21 @@ +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