Skip to content
Snippets Groups Projects
Unverified Commit cc50e7a9 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix E2E file-path triggers (#35646)

Follow up after #34892 

* Include E2E workflow in file-path triggers
* Adjust the glob for "actions" directories
parent 7f41a7d9
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment