mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
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:
-10
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user