renovate already builds on push, don't trigger twice when it opens a PR

This commit is contained in:
Athou
2025-02-01 14:19:50 +01:00
parent ebb4e52ba7
commit c9e3b7f349

View File

@@ -12,6 +12,8 @@ env:
jobs:
build:
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' # renovate already triggers the build on pushes
strategy:
matrix:
os: [ "ubuntu-latest", "ubuntu-24.04-arm", "windows-latest" ]
@@ -162,6 +164,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
- docker
permissions:
contents: write
if: github.ref_type == 'tag'