test cicd
All checks were successful
Build And Test / ci-flow (push) Successful in 29s
Demo / demo-ci-flow (push) Successful in 28s
Build And Test / cd-flow (push) Successful in 29s
Demo / demo-cd-flow (push) Successful in 29s

This commit is contained in:
KLxHunter 2024-12-10 16:20:10 +07:00
parent 6e3b87df66
commit 1e69e27ce1
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
cd-flow: cd-flow:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: ci-flow
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."

View File

@ -31,7 +31,7 @@ jobs:
demo-cd-flow: demo-cd-flow:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: demo-ci-flow
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."