Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/comment-deploy-link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
runs-on:
type: string
required: false
default: fear-ephemeral
default: ci-universal

jobs:
comment:
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/library-checks-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
main:
name: Run checks and deploy
runs-on: [self-hosted, fear]
runs-on: [self-hosted, ci-universal]

steps:
- name: Check out Git repository
Expand Down