We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d9b32 commit 806830dCopy full SHA for 806830d
.github/workflows/ci_linting.yml
@@ -144,7 +144,7 @@ jobs:
144
with:
145
route: GET /repos/{repo}/commits/{ref}/statuses?per_page=100
146
repo: ${{ github.repository }}
147
- ref: ${{ github.event.merge_group.head_sha || github.event.pull_request.head.sha }}
+ ref: ${{ github.event.merge_group.head_sha || github.event.pull_request.head.sha || github.event.after }}
148
env:
149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150
- name: check start_codebuild.sh against statuses
0 commit comments