test: rename workflows to .yml and gate downstream on prepare success
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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: |
|
||||
Reference in New Issue
Block a user