Delete .gitea\workflows/call.yaml
This commit is contained in:
@ -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"
|
|
Reference in New Issue
Block a user