mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
chore: use ephemeral GitHub runners (#10325)
# Which Problems Are Solved The persistent depot runner lost connection to GitHub. # How the Problems Are Solved We mitigate by switching to GitHub ephemeral runners. # Additional Context - Example of a failing run https://github.com/zitadel/zitadel/actions/runs/16505756293/job/46675827321 - Might be caused by https://github.com/zitadel/zitadel/actions/runs/16500656577/job/46658046270
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
turbo-lint-unit:
|
turbo-lint-unit:
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
name: turbo-lint-unit
|
name: turbo-lint-unit
|
||||||
runs-on: depot-ubuntu-22.04-8
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
2
.github/workflows/login-container.yml
vendored
2
.github/workflows/login-container.yml
vendored
@@ -30,7 +30,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
login-container:
|
login-container:
|
||||||
name: Build Login Container
|
name: Build Login Container
|
||||||
runs-on: depot-ubuntu-22.04-8
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user