test: rename workflows to .yml and gate downstream on prepare success
Test Multi Jobs / first (push) Successful in 1s
Test Multi Jobs / second (push) Successful in 1s
Prepare / prepare (push) Canceled after 0s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
csh
2026-07-16 10:46:44 +08:00
co-authored by Claude Opus 4.8
parent dcb03831f3
commit 857e8d217a
3 changed files with 2 additions and 0 deletions
@@ -9,6 +9,7 @@ on:
jobs:
print:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: 每 10 秒打印一次数字
run: |
@@ -9,6 +9,7 @@ on:
jobs:
print:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: 每 10 秒打印一次数字
run: |