mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 11:48:05 +00:00
chore(workflow): run jobs on public runners (#9643)
# Which Problems Are Solved
Build and test workflows are currently running on specific GitHub hosted
runners. These is not needed for most worklfows and just costs more.
# How the Problems Are Solved
Moved all the steps apart from integration-tests to public runners.
# Additional Changes
None
# Additional Context
None
(cherry picked from commit 3424204291
)
This commit is contained in:
3
.github/workflows/console.yml
vendored
3
.github/workflows/console.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user