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

@@ -9,8 +9,7 @@ jobs:
fail-fast: false
matrix:
browser: [firefox, chrome]
runs-on:
group: zitadel-public
runs-on: ubuntu-latest
steps:
-
name: Checkout Repository