Skip to content

Commit

Permalink
try suggested fix in lewagon/wait-on-check-action#68
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Sep 24, 2024
1 parent 4781e6d commit 82d17fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ena-submission-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Wait for submitToEnaProduction check
uses: lewagon/[email protected]
with:
ref: ${{ github.sha }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-name: Validate submitToEnaProduction is not true in values.yaml
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
Expand Down

0 comments on commit 82d17fd

Please sign in to comment.