Skip to content

Commit

Permalink
Update examples-asr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kliao-csa committed Jun 7, 2024
1 parent 528020b commit 1233702
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ env:

jobs:
await-fast-ci:
name: Wait For Fast CI to Pass
uses: ./.github/workflows/await-fast-ci.yaml
name: Await Fast CI
runs-on: ubuntu-latest
steps:
- name: Wait For Fast CI to Pass
uses: ./.github/workflows/await-fast-ci.yaml
- name: Stop on Fail
if: ${{ failure() }}
uses: andymckay/cancel-action@0.4

asr:
name: ASR
Expand Down

0 comments on commit 1233702

Please sign in to comment.