Update .gitea/workflow/*.yaml
This commit is contained in:
@@ -8,8 +8,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
echo-hi-all: # Name of job
|
echo-hi-all: # Name of job
|
||||||
|
# Only run if the first workflow succeeded
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Echo "Hi all"
|
- name: Echo "Hi all"
|
||||||
run: |
|
run: |
|
||||||
echo "Hi all"
|
echo "Hi all (chained via workflow_run)"
|
||||||
|
|||||||
Reference in New Issue
Block a user