Skip to content

Commit

Permalink
ZO-4129: Update GHA runner labels
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Nov 15, 2023
1 parent 4c46c99 commit 72e1742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-trigger-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
trigger:
name: Trigger
runs-on: [self-hosted, x64, linux, ephemeral, zon-image-latest]
runs-on: zon-ubuntu-general-dind
if: contains(github.repository, 'ZeitOnline')

steps:
Expand All @@ -21,4 +21,3 @@ jobs:
repository: ZeitOnline/docs
event-type: module-commit
client-payload: '{"repo": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

4 changes: 2 additions & 2 deletions .github/workflows/release-api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
release:
name: Release Swagger
runs-on: [self-hosted, x64, linux, ephemeral, zon-image-latest]
runs-on: zon-ubuntu-general-dind
if: contains(github.repository, 'ZeitOnline')
env:
RELEASE_TAG: api-docs-latest
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

trigger:
name: Trigger main docs build
runs-on: [self-hosted, x64, linux, ephemeral, zon-image-latest]
runs-on: zon-ubuntu-general-dind
if: contains(github.repository, 'ZeitOnline')
needs: release

Expand Down

0 comments on commit 72e1742

Please sign in to comment.