Skip to content

Commit

Permalink
Auto-cancel shinyapps deploys.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Nov 6, 2024
1 parent 5719b1c commit ed8594c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/merge_shinyapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
deploy-shinyapps:
if: github.repository_owner == 'shinyworks'
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit ed8594c

Please sign in to comment.