Skip to content

Commit

Permalink
Fix E2E file-path triggers (#35646)
Browse files Browse the repository at this point in the history
Follow up after #34892 

* Include E2E workflow in file-path triggers
* Adjust the glob for "actions" directories
  • Loading branch information
nemanjaglumac committed Nov 13, 2023
1 parent 7f41a7d commit cc50e7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/file-paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ sources: &sources
- *backend_sources

e2e_ci: &e2e_ci
- ".github/actions/build-e2e-matrix"
- ".github/actions/build-e2e-matrix/**"
- ".github/actions/prepare-frontend/**"
- ".github/actions/prepare-backend/**"
- ".github/actions/prepare-uberjar-artifact"
- ".github/actions/e2e-prepare-containers"
- ".github/actions/prepare-cypress"
- ".github/actions/run-snowplow-micro"
- ".github/actions/prepare-uberjar-artifact/**"
- ".github/actions/e2e-prepare-containers/**"
- ".github/actions/prepare-cypress/**"
- ".github/actions/run-snowplow-micro/**"
- ".github/workflows/e2e-tests.yml"

e2e_specs: &e2e_specs
- "**/*.cy.*.js"
Expand Down

0 comments on commit cc50e7a

Please sign in to comment.