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 f456fbd commit 1767c7dCopy full SHA for 1767c7d
.github/workflows/release_build.yml
@@ -25,10 +25,10 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- name: Wait for main-build workflow to succeed
28
- uses: lewagon/wait-on-check-action@v1.3.4
+ uses: ezhang6811/wait-on-check-action@6275ea93847ce5952ab8ceeac8fb1111820cf44d
29
with:
30
ref: ${{ github.ref }}
31
- check-name: 'Python Instrumentation Main Build'
+ check-name: 'Application Signals E2E Test'
32
repo-token: ${{ secrets.GITHUB_TOKEN }}
33
wait-interval: 30
34
allowed-conclusions: success
0 commit comments