We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378872c commit f7651a2Copy full SHA for f7651a2
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
runs-on: ubuntu-latest
95
steps:
96
- name: Wait for test workflow
97
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
+ uses: lewagon/wait-on-check-action@0dceb95e7c4cad8cc7422aee3885998f5cab9c79 # v1.4.0
98
with:
99
ref: ${{ github.sha }}
100
check-name: Tests (Python 3.13) # Wait for the main test job
0 commit comments