Skip to content

Commit

Permalink
rename job; add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
idodod committed Mar 26, 2024
1 parent cfaf91e commit 2054076
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/renovate-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
pull_request:
branches: [ main ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
udpate-renovate-branch:
update-renovate-branch:
if: github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.head_ref, 'renovate/') && github.head_ref == 'renovate[bot]'
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 2054076

Please sign in to comment.