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:
|
jobs:
|
||||||
print:
|
print:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: 每 10 秒打印一次数字
|
- name: 每 10 秒打印一次数字
|
||||||
run: |
|
run: |
|
||||||
@@ -9,6 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
print:
|
print:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: 每 10 秒打印一次数字
|
- name: 每 10 秒打印一次数字
|
||||||
run: |
|
run: |
|
||||||
Reference in New Issue
Block a user