test cicd
This commit is contained in:
parent
8db175e56f
commit
3b3df01bd5
@ -7,9 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-flow:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- "${{ inputs.chosen-os }}"
|
||||
runs-on: ubuntu: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!"
|
||||
@ -32,9 +30,7 @@ jobs:
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
cd-flow:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- "${{ inputs.chosen-os }}"
|
||||
runs-on: ubuntu:latest
|
||||
needs: build
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
@ -7,9 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
demo-ci-flow:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- "${{ inputs.chosen-os }}"
|
||||
runs-on: ubuntu: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!"
|
||||
@ -32,9 +30,7 @@ jobs:
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
demo-cd-flow:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- "${{ inputs.chosen-os }}"
|
||||
runs-on: ubuntu:latest
|
||||
needs: build
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
Loading…
Reference in New Issue
Block a user