Commit 9cffd53
committed
fix: Align instrumented-tests job condition with workflow-level environment variable
- Update job condition from 'vars.RUN_INSTRUMENTED_TESTS == true' to 'vars.RUN_INSTRUMENTED_TESTS != false'
- Fixes issue where instrumented tests job never ran despite workflow env being set to true
- Job-level condition now matches workflow-level environment variable logic
- Removes unnecessary pull_request condition (redundant with workflow triggers)
This ensures instrumented tests actually execute when the environment variable
evaluates to true at the workflow level.1 parent 9527a77 commit 9cffd53
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments