diff options
| author | Dax Raad <[email protected]> | 2025-08-12 14:38:58 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-12 14:38:58 -0400 |
| commit | 9fff9a37d09796c0a438d30b21205e2e147986b2 (patch) | |
| tree | 505b9cdb38ba3bfe2d6095f3939a7a56def734a8 /.github | |
| parent | b289fd9dc730055e27d5698b887bc49f9cc7bcc2 (diff) | |
| download | opencode-9fff9a37d09796c0a438d30b21205e2e147986b2.tar.gz opencode-9fff9a37d09796c0a438d30b21205e2e147986b2.zip | |
ci: sync
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: |
