Remove redundant CI checks (#1440)

* Remove redundant Stack CI checks

* Disable redundant Nix CI checks
This commit is contained in:
Vaibhav Sagar 2023-12-20 17:44:58 +11:00 committed by GitHub
parent 5f88dd3409
commit e3ced59909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ on:
jobs:
build:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
runs-on: ubuntu-latest
strategy:
fail-fast: false

View File

@ -36,6 +36,7 @@ on:
jobs:
linux:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
runs-on: ubuntu-latest
strategy:
fail-fast: false

View File

@ -34,6 +34,7 @@ on:
jobs:
linux:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
runs-on: ubuntu-20.04
strategy:
fail-fast: false