Skip to content

Commit 82f7ff3

Browse files
authored
Update examples-asr.yaml
1 parent 6a17dfa commit 82f7ff3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/examples-asr.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ jobs:
3232
await-fast-ci:
3333
name: Await Fast CI
3434
runs-on: ubuntu-latest
35-
permissions: write-all
3635
steps:
37-
- name: Wait For Fast CI to Pass
38-
uses: ./.github/workflows/await-fast-ci.yaml
36+
- uses: actions/checkout@v4
37+
- uses: ./.github/workflows/await-fast-ci.yaml
3938
- name: Stop on Fail
4039
if: ${{ failure() }}
4140
uses: andymckay/cancel-action@0.4
42-
env:
43-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4441

4542
asr:
4643
name: ASR

0 commit comments

Comments
 (0)