Skip to content

Commit

Permalink
fix check name
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Apr 24, 2024
1 parent fd116eb commit ce0c2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-multiarch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

merge-test-results:
runs-on: ubuntu-latest
name: Merge Trivy results
needs: build-image-multiarch
steps:
- name: Merge Artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Wait for Multi-Arch build to succeed
uses: fountainhead/action-wait-for-check@v1.2.0
with:
checkName: build-image-multiarch / merge-test-results)
checkName: Merge Trivy results
token: ${{ secrets.GITHUB_TOKEN }}
timeoutSeconds: 1800
intervalSeconds: 20
Expand Down

0 comments on commit ce0c2a9

Please sign in to comment.