Skip to content

Commit

Permalink
run on release-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 30, 2023
1 parent 6a1fff8 commit b1b2957
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Release
on:
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build_and_publish:
runs-on: ubuntu-latest
runs-on: release-runner
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit b1b2957

Please sign in to comment.