diff options
| author | 5an7y <[email protected]> | 2026-02-26 10:07:01 -0800 |
|---|---|---|
| committer | 5an7y <[email protected]> | 2026-02-26 10:07:01 -0800 |
| commit | 24f84c1a72f882ec2587838730e7dafab9f11a2e (patch) | |
| tree | a06030d7a2443a2e7212eb2479c062c9696dd1de | |
| parent | 2977346e6c458a345976688844740704860a83b9 (diff) | |
Disable tag-codeowner-on-issue workflow
Added 'if: false' to the job to prevent it from running while preserving the code.
Co-authored-by: Copilot <[email protected]>
| -rw-r--r-- | .github/workflows/tag-codeowner-on-issue.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tag-codeowner-on-issue.yml b/.github/workflows/tag-codeowner-on-issue.yml index ec7524ac..fceed633 100644 --- a/.github/workflows/tag-codeowner-on-issue.yml +++ b/.github/workflows/tag-codeowner-on-issue.yml @@ -6,6 +6,7 @@ on: jobs: tag-codeowner: + if: false # Disabled - workflow intentionally turned off runs-on: ubuntu-latest steps: |
