Prevent renovate bot triggering duplicate builds
(Cancelling concurrent builds is shown as failure)
This commit is contained in:
parent
e73fb46d0d
commit
099fcf528f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -9,6 +9,7 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !(github.actor == 'renovate' && github.event_name == 'pull_request') }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue