Prevent renovate bot triggering duplicate builds

(Cancelling concurrent builds is shown as failure)
This commit is contained in:
Norbert Renner 2023-02-22 18:44:17 +01:00
parent e73fb46d0d
commit 099fcf528f

View file

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