mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-27 14:51:02 +08:00
rename job; add concurrency
This commit is contained in:
parent
cfaf91ed80
commit
20540761e1
6
.github/workflows/renovate-helper.yml
vendored
6
.github/workflows/renovate-helper.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user