ci: run build job on pull requests
cron-checker / vulnerabilities (pull_request) Successful in 4m7s
cron-checker / test (pull_request) Successful in 8m10s
cron-checker / build (pull_request) Successful in 12m20s

This commit is contained in:
2026-01-13 07:23:59 +01:00
parent 2c3637dad1
commit b5a76e8f85
-1
View File
@@ -33,7 +33,6 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test, vulnerabilities] needs: [test, vulnerabilities]
if: github.event_name == 'push'
env: env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}