test cicd
This commit is contained in:
parent
b15073e9dd
commit
da11558ceb
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-flow:
|
||||
runs-on: ubuntu-22.12
|
||||
runs-on: alpine-latest
|
||||
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.12
|
||||
runs-on: alpine-latest
|
||||
needs: ci-flow
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user