Skip to content

Commit 8cacf26

Browse files
fix: correct syntax error in codemod-tests job exclude condition
1 parent 5eaec6c commit 8cacf26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
size: [ small, large ]
6363
exclude:
6464
# Exclude large codemod tests when not needed
65-
- size: ${{(contains(github.event.pull_request.labels.*.name, 'big-codemod-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch') && 'kevin' || 'large')}
65+
- size: ${{(contains(github.event.pull_request.labels.*.name, 'big-codemod-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch') && 'kevin' || 'large'}
6666
- size: large
6767
sync_graph: true
6868
concurrency:

0 commit comments

Comments
 (0)