Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/lewago…
Browse files Browse the repository at this point in the history
…n/wait-on-check-action-1.3.4'
  • Loading branch information
jbarlow83 committed Apr 6, 2024
2 parents 5ec9e22 + 3fe69f5 commit 682b453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
platform: [manylinux_musllinux_arm64]
steps:
- name: Waiting for Cirrus CI
uses: lewagon/wait-on-check-action@v1.3.3
uses: lewagon/wait-on-check-action@v1.3.4
if: github.event_name != 'pull_request'
with:
ref: ${{ github.ref || github.sha }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
platform: [macosx_arm64]
steps:
- name: Waiting for Cirrus CI
uses: lewagon/wait-on-check-action@v1.3.3
uses: lewagon/wait-on-check-action@v1.3.4
if: github.event_name != 'pull_request'
with:
ref: ${{ github.ref || github.sha }}
Expand Down

0 comments on commit 682b453

Please sign in to comment.