Skip to content

Commit 4756512

Browse files
committed
chore(ci): regression v2 followups
1 parent 8c4e276 commit 4756512

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/regression_v2.yml

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ jobs:
175175
runs-on: ubuntu-latest
176176
needs: check-source-changed
177177
if: ${{ needs.check-source-changed.outputs.source_changed }}
178+
steps:
179+
- name: Gate check passed
180+
run: echo "Source code changes detected, proceeding with regression tests"
178181

179182
##
180183
## BUILD

0 commit comments

Comments
 (0)