rename job; add concurrency

This commit is contained in:
Ido David 2024-03-26 10:46:51 -04:00
parent cfaf91ed80
commit 20540761e1
No known key found for this signature in database

View File

@ -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: