5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Wait for tests to succeed
54- uses : lewagon/wait-on-check-action@v1.4.1
54+ uses : lewagon/wait-on-check-action@v1.5.0
5555 with :
5656 ref : ${{ github.ref }}
5757 check-name : " Run tests"
9191
9292` ` ` yaml
9393- name: Wait for tests
94- uses: lewagon/wait-on-check-action@v1.4.1
94+ uses: lewagon/wait-on-check-action@v1.5.0
9595 with:
9696 ref: ${{ github.ref }}
9797 check-name: "Run tests"
@@ -107,7 +107,7 @@ jobs:
107107 runs-on: ubuntu-latest
108108 steps:
109109 - name: Wait for other checks to succeed
110- uses: lewagon/wait-on-check-action@v1.4.1
110+ uses: lewagon/wait-on-check-action@v1.5.0
111111 with:
112112 ref: ${{ github.ref }}
113113 running-workflow-name: "Publish the package"
@@ -118,7 +118,7 @@ jobs:
118118
119119` ` ` yaml
120120- name: Wait for all test jobs
121- uses: lewagon/wait-on-check-action@v1.4.1
121+ uses: lewagon/wait-on-check-action@v1.5.0
122122 with:
123123 ref: ${{ github.sha }}
124124 check-regexp: "test-.*"
@@ -129,7 +129,7 @@ jobs:
129129
130130` ` ` yaml
131131- name: Wait for checks (allow cancelled)
132- uses: lewagon/wait-on-check-action@v1.4.1
132+ uses: lewagon/wait-on-check-action@v1.5.0
133133 with:
134134 ref: ${{ github.ref }}
135135 check-name: "Run tests"
@@ -141,7 +141,7 @@ jobs:
141141
142142` ` ` yaml
143143- name: Wait for checks (ignore some)
144- uses: lewagon/wait-on-check-action@v1.4.1
144+ uses: lewagon/wait-on-check-action@v1.5.0
145145 with:
146146 ref: ${{ github.sha }}
147147 running-workflow-name: "Deploy"
@@ -165,7 +165,7 @@ jobs:
165165 steps:
166166 - uses: actions/checkout@v4
167167 - name: Wait on optional tests
168- uses: lewagon/wait-on-check-action@v1.4.1
168+ uses: lewagon/wait-on-check-action@v1.5.0
169169 with:
170170 ref: ${{ github.sha }}
171171 repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -231,7 +231,7 @@ jobs:
231231 runs-on: ubuntu-latest
232232 steps:
233233 - name: Wait for other workflows
234- uses: lewagon/wait-on-check-action@v1.4.1
234+ uses: lewagon/wait-on-check-action@v1.5.0
235235 with:
236236 ref: ${{ github.ref }}
237237 running-workflow-name: "caller / callee"
@@ -244,7 +244,7 @@ Pass your GHE API endpoint:
244244
245245` ` ` yaml
246246- name: Wait for tests (GHE)
247- uses: lewagon/wait-on-check-action@v1.4.1
247+ uses: lewagon/wait-on-check-action@v1.5.0
248248 with:
249249 ref: ${{ github.ref }}
250250 check-name: "Run tests"
0 commit comments