chore(workflow): run all jobs on public runners

This commit is contained in:
Livio Spring 2024-05-30 10:14:56 +02:00
parent d254828d47
commit f0c64a38d8
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0
3 changed files with 3 additions and 6 deletions

View File

@ -23,8 +23,7 @@ jobs:
outputs:
cache_key: ${{ steps.cache.outputs.cache-primary-key }}
cache_path: ${{ env.cache_path }}
runs-on:
group: zitadel-public
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4

View File

@ -31,8 +31,7 @@ env:
jobs:
build:
runs-on:
group: zitadel-public
runs-on: ubuntu-latest
outputs:
cache_key: ${{ steps.cache.outputs.cache-primary-key }}
cache_path: ${{ env.cache_path }}

View File

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