test cicd
This commit is contained in:
parent
6e3b87df66
commit
1e69e27ce1
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
cd-flow:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
needs: ci-flow
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
demo-cd-flow:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
needs: demo-ci-flow
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user