Update .gitea/workflow/*.yaml

This commit is contained in:
Hang Cui
2025-10-17 10:44:28 -07:00
parent fac212e278
commit 6a6ddacb9e

View File

@@ -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)"