Skip to content

Commit

Permalink
Cripple.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 18, 2024
1 parent 46d623c commit af34e7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CIFuzz
on: [push, pull_request]
jobs:
Fuzzing:
if: false
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
if: false
# The type of runner that the job will run on
runs-on: ubuntu-latest
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build_multiarch:
if: false
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
stale:

if: false
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build_and_test:
if: false
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
continue-on-error: true
Expand Down

0 comments on commit af34e7e

Please sign in to comment.