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