Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Aug 16, 2024
1 parent 171d82c commit 5748d37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-name: 'linux'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
Expand All @@ -34,7 +34,7 @@ jobs:
- name: wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-name: macos-${{ matrix.arch }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
Expand All @@ -53,7 +53,7 @@ jobs:
- name: wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-name: mingw${{ matrix.arch }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
Expand All @@ -73,7 +73,7 @@ jobs:
- name: wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-name: msvc-${{ matrix.arch }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
Expand Down

0 comments on commit 5748d37

Please sign in to comment.