Skip to content

Commit 5ec6129

Browse files
committed
Restore non-self-runner
1 parent 2b1b57a commit 5ec6129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_ruleset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
permissions:
122122
id-token: write
123123
attestations: write
124-
runs-on: self-hosted
124+
runs-on: ubuntu-latest
125125
steps:
126126
# actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
127127
# but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349
@@ -172,7 +172,7 @@ jobs:
172172
needs: [build, attest]
173173
permissions:
174174
contents: write
175-
runs-on: self-hosted
175+
runs-on: ubuntu-latest
176176
steps:
177177
# actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
178178
# but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349

0 commit comments

Comments
 (0)