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

Add concurrency to E2E tests on `pull_request` (#21563)

parent d0a14333
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ on:
- "**.md"
- ".circleci/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
......
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