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

Do not run E2E tests on release branch in CCI (#23209)

parent 65ef3d43
No related branches found
No related tags found
No related merge requests found
......@@ -1227,7 +1227,9 @@ workflows:
- be-deps
filters:
branches:
ignore: master
ignore:
- master
- release-**
<<: *Matrix
- build-uberjar-frontend:
......@@ -1248,7 +1250,9 @@ workflows:
- checkout
filters:
branches:
ignore: master
ignore:
- master
- release-**
- fe-tests-cypress:
matrix:
......@@ -1308,4 +1312,6 @@ workflows:
- checkout
filters:
branches:
ignore: master
ignore:
- master
- release-**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment