Skip to content

Commit 806830d

Browse files
authoredFeb 6, 2025
fix(ci): Allow validate_start_codebuild to run on pushes to main (#5080)
1 parent d5d9b32 commit 806830d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci_linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
route: GET /repos/{repo}/commits/{ref}/statuses?per_page=100
146146
repo: ${{ github.repository }}
147-
ref: ${{ github.event.merge_group.head_sha || github.event.pull_request.head.sha }}
147+
ref: ${{ github.event.merge_group.head_sha || github.event.pull_request.head.sha || github.event.after }}
148148
env:
149149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150150
- name: check start_codebuild.sh against statuses

0 commit comments

Comments
 (0)
Failed to load comments.