Skip to content

Commit

Permalink
chore(ci): regression v2 followups
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Oct 23, 2024
1 parent 8c4e276 commit 4756512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regression_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ jobs:
runs-on: ubuntu-latest
needs: check-source-changed
if: ${{ needs.check-source-changed.outputs.source_changed }}
steps:
- name: Gate check passed
run: echo "Source code changes detected, proceeding with regression tests"

##
## BUILD
Expand Down

0 comments on commit 4756512

Please sign in to comment.