Skip to content

Commit b1e7964

Browse files
committed
CI: Add missing workflow_trigger_on_tags filter to bytecode jobs
1 parent 31cf7f7 commit b1e7964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,18 +1442,23 @@ workflows:
14421442

14431443
# Bytecode comparison:
14441444
- b_bytecode_ubu:
1445+
<<: *workflow_trigger_on_tags
14451446
requires:
14461447
- b_ubu
14471448
- b_bytecode_win:
1449+
<<: *workflow_trigger_on_tags
14481450
requires:
14491451
- b_win
14501452
- b_bytecode_osx:
1453+
<<: *workflow_trigger_on_tags
14511454
requires:
14521455
- b_osx
14531456
- b_bytecode_ems:
1457+
<<: *workflow_trigger_on_tags
14541458
requires:
14551459
- b_ems
14561460
- t_bytecode_compare:
1461+
<<: *workflow_trigger_on_tags
14571462
requires:
14581463
- b_bytecode_ubu
14591464
- b_bytecode_win

0 commit comments

Comments
 (0)