Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxUo committed Apr 14, 2021
1 parent ed47be1 commit 0234300
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: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 15
steps:
- name: 'Block Concurrent Executions'
Expand All @@ -20,7 +20,7 @@ jobs:

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

0 comments on commit 0234300

Please sign in to comment.