mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-15 19:06:06 +00:00
Remove redundant CI checks (#1440)
* Remove redundant Stack CI checks * Disable redundant Nix CI checks
This commit is contained in:
parent
5f88dd3409
commit
e3ced59909
1
.github/workflows/nix.yml
vendored
1
.github/workflows/nix.yml
vendored
@ -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
|
||||
|
1
.github/workflows/stack-nix.yml
vendored
1
.github/workflows/stack-nix.yml
vendored
@ -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
|
||||
|
1
.github/workflows/stack.yml
vendored
1
.github/workflows/stack.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user