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

Ignore all unit tests in E2E workflows (#23550)

parent b304a821
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ on:
- "docs/**"
- "**.md"
- ".circleci/**"
- "**unit.spec.js"
- "**.unit.spec.*"
jobs:
......
......@@ -7,6 +7,7 @@ on:
- "docs/**"
- "**.md"
- ".circleci/**"
- "**.unit.spec.*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
......
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