Run PR checks after unit-tests job.

Remove all `push` and `pull_request` triggers from the individual PR checks to avoid running everything twice.
This commit is contained in:
Michael B. Gale
2025-09-20 14:34:51 +01:00
parent 5dfad66c06
commit 0d9416ee4e
57 changed files with 7 additions and 557 deletions
-10
View File
@@ -8,16 +8,6 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO111MODULE: auto
on:
push:
branches:
- main
- releases/v*
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
schedule:
- cron: '0 5 * * *'
workflow_dispatch: