Skip to content

Commit d24e756

Browse files
ci: fix missing system test crate triggers
1 parent 37cad2f commit d24e756

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hybrid_system_test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ env:
1818
overlay: hybrid.testing.node-0
1919
cluster_name: hybrid-system-test
2020
crate_triggers: "apollo_node,apollo_deployments,apollo_integration_tests"
21-
path_triggers: ".github/workflows/hybrid_system_test.yaml,scripts/**,deployments/sequencer/**,deployments/images/**"
21+
# TODO(Nadin): remove the `crates/**` path trigger, and change the crate triggers logic to detect
22+
# changes that result in changes in the listed crates (current implementation checks only for
23+
# changes in these specific ones).
24+
path_triggers: "crates/**,.github/workflows/hybrid_system_test.yaml,scripts/**,deployments/sequencer/**,deployments/images/**"
2225
path_triggers_exclude: "scripts/prod/**/*"
2326
pvc_storage_class_name: "premium-rwo"
2427
anvil_port: "8545"

0 commit comments

Comments
 (0)