diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/guidelines-check.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml index c740bd000..b4da51c93 100644 --- a/.github/workflows/guidelines-check.yml +++ b/.github/workflows/guidelines-check.yml @@ -1,8 +1,9 @@ name: Guidelines Check on: - pull_request_target: - types: [opened, synchronize] + # Disabled - uncomment to re-enable + # pull_request_target: + # types: [opened, synchronize] jobs: check-guidelines: |
