Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Narrow down self-hosted runner usage
Browse files Browse the repository at this point in the history
  • Loading branch information
svollath committed May 12, 2023
1 parent f2b0c36 commit 4d2a4aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
tests:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
release-next:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
id-token: write # This is the key for OIDC!
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
release:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
id-token: write # This is the key for OIDC!
contents: write
Expand Down

0 comments on commit 4d2a4aa

Please sign in to comment.