test cicd
Some checks are pending
Build And Test / ci-flow (push) Waiting to run
Build And Test / cd-flow (push) Blocked by required conditions

This commit is contained in:
KLxHunter 2024-12-10 17:15:42 +07:00
parent 91400a0d03
commit 980ebeddb9

View File

@ -7,7 +7,7 @@ on:
jobs:
ci-flow:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04-20210222
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
@ -45,7 +45,7 @@ jobs:
run: docker network ls
cd-flow:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04-20210222
needs: ci-flow
if: gitea.ref == 'refs/heads/main'
steps: