mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 18:59:02 -06:00
update ci-check-repo.yaml: test prevent double runs
This commit is contained in:
8
.github/workflows/ci-check-repo.yaml
vendored
8
.github/workflows/ci-check-repo.yaml
vendored
@@ -1,10 +1,10 @@
|
||||
name: Check Formatting, Committers and Generated Code
|
||||
|
||||
on:
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
pull_request_target:
|
||||
types: [opened, edited, reopened]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
# pull_request_target:
|
||||
# types: [opened, edited, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ci-check-repo-${{ github.event.pull_request.number || github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user