Disable some workflows

This commit is contained in:
KiritoDv 2025-05-15 21:02:39 -06:00
parent 15e250164b
commit 9e30f21232
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: clang-format Suggest
on: [pull_request]
jobs:
formatting-check:
if: 0
permissions: # needed in forks? https://github.com/parkerbxyz/suggest-changes/issues/33
contents: read
pull-requests: write

View File

@ -2,6 +2,7 @@ name: clang-format Check
on: [push]
jobs:
formatting-check:
if: 0
name: Formatting Check
runs-on: ubuntu-24.04
strategy:

View File

@ -4,6 +4,7 @@ on:
branches: ["main"]
jobs:
formatting-check:
if: 0
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4