Skip to content

Commit

Permalink
ci: Run e2e when there's any pipeline change
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
Roy Golan authored and rgolangh committed Jan 25, 2024
1 parent 37054d2 commit 206d39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mta-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- 'mta/**'
- 'pipeline/**'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ "main" ]
paths:
- 'mta/**'
- 'pipeline/**'

jobs:
call-main-workflow:
Expand Down

0 comments on commit 206d39d

Please sign in to comment.