Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Merge Check to action-wait-for-check #81

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/merge_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
status-check:
runs-on: ubuntu-latest
steps:
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
- uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be
with:
checkName: helm-ci
ref: ${{ github.event.merge_group.head_ref }}
check-name: helm-ci
repo-token: ${{ secrets.ACTION_TOKEN }}
wait-interval: 10
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
timeoutSeconds: 1800
token: ${{ secrets.ACTION_TOKEN }}
- uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be
with:
checkName: integration-test
ref: ${{ github.event.merge_group.head_ref }}
check-name: integration-test
repo-token: ${{ secrets.ACTION_TOKEN }}
wait-interval: 10
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
timeoutSeconds: 1800
token: ${{ secrets.ACTION_TOKEN }}
- uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be
with:
checkName: coverage
ref: ${{ github.event.merge_group.head_ref }}
check-name: coverage
repo-token: ${{ secrets.ACTION_TOKEN }}
wait-interval: 10
timeoutSeconds: 1800
token: ${{ secrets.ACTION_TOKEN }}