mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
pr-auditor: check on synchronize (#34914)
As a required check, pr-auditor's check status messes up if a subsequent push is made to a branch. It appears we can't set a ref instead of a specific SHA, so I guess we have to run on pushes.
This commit is contained in:
parent
c683596dc1
commit
979cbc40b1
2
.github/workflows/pr-auditor.yml
vendored
2
.github/workflows/pr-auditor.yml
vendored
@ -2,7 +2,7 @@
|
||||
name: pr-auditor
|
||||
on:
|
||||
pull_request:
|
||||
types: [ closed, edited, opened ]
|
||||
types: [ closed, edited, opened, synchronize ]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user