Skip to content

Commit 155fb61

Browse files
authored
chore: fix codegen check (#397)
1 parent 22726d7 commit 155fb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
- client_javascript_algoliasearch
407407
if: |
408408
always() &&
409-
github.event_name == 'refs/heads/main' &&
409+
github.ref == 'refs/heads/main' &&
410410
needs.setup.outputs.RUN_CODEGEN == 'true' &&
411411
needs.cts.result == 'success'
412412
steps:

0 commit comments

Comments
 (0)