chore(workflow): stop previous GH action pipeline on new changes and move back to public runners (#7659)

* chore(workflow): stop previous GH action pipeline on new changes

* skip previous code ql actions

* try running e2e on gh runner again
This commit is contained in:
Livio Spring
2024-03-28 08:15:03 +01:00
committed by GitHub
parent 217703395e
commit 4c945f8bdc
3 changed files with 8 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ on:
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
CodeQL-Build: