Skip to content

Commit d3fdd1d

Browse files
committed
fix(wait-jobs): fixed deadlocked waits
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 2e278a7 commit d3fdd1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: gh pr review --approve "$PR_URL"
6464
-
6565
name: Wait for all workflow runs to complete
66-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@09fdf6112081c9d6bea91b551b771a1b6bcf8d98 # v1.1.0
66+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@55bd46a7224dc61a7b8e64df6d3755b1cf986fba # v1.1.0
6767
with:
6868
pr-url: ${{ env.PR_URL }}
6969
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: gh pr review --approve "$PR_URL"
8686
-
8787
name: Wait for all workflow runs to complete
88-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@09fdf6112081c9d6bea91b551b771a1b6bcf8d98 # v1.1.0
88+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@55bd46a7224dc61a7b8e64df6d3755b1cf986fba # v1.1.0
8989
with:
9090
pr-url: ${{ env.PR_URL }}
9191
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)