Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 446e7a2

Browse files
committed
Revert "Update release.yml"
This reverts commit 0234300.
1 parent 0234300 commit 446e7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
# Wait for up to a minute for previous run to complete, abort if not done by then
1010
pre-run:
11-
runs-on: self-hosted
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 15
1313
steps:
1414
- name: 'Block Concurrent Executions'
@@ -20,7 +20,7 @@ jobs:
2020

2121
create_release:
2222
name: Create Release
23-
runs-on: self-hosted
23+
runs-on: ubuntu-latest
2424
needs: pre-run
2525
steps:
2626
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)