Skip to content

Commit

Permalink
feat: also run CI on changes to yaml file of the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed May 24, 2024
1 parent 8692bdc commit b2043b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vtop_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- 'config/**'
- 'bootstrap.sh'
- 'examples/**'
- '.github/workflows/vtop_example.yml'
- name: Set up Go
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down

0 comments on commit b2043b3

Please sign in to comment.