Add .gitea/workflows/call.yaml

This commit is contained in:
2025-01-14 08:47:18 +00:00
parent a7730b6809
commit 989b46c39c

View File

@ -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"