Skip to content

Commit

Permalink
Revert "Update release.yml"
Browse files Browse the repository at this point in the history
This reverts commit 0234300.
  • Loading branch information
maxUo committed Apr 14, 2021
1 parent 0234300 commit 446e7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
# Wait for up to a minute for previous run to complete, abort if not done by then
pre-run:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: 'Block Concurrent Executions'
Expand All @@ -20,7 +20,7 @@ jobs:

create_release:
name: Create Release
runs-on: self-hosted
runs-on: ubuntu-latest
needs: pre-run
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 446e7a2

Please sign in to comment.