Skip to content

Commit

Permalink
Merge pull request #6 from cr-org/tuning-ci
Browse files Browse the repository at this point in the history
Tuning CI build
  • Loading branch information
gvolpe authored Sep 1, 2020
2 parents 28b77ab + 5573b50 commit 2e86909
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ name: Haskell CI

on:
pull_request:
paths:
- "lib/**"
paths-ignore:
- "proto/**"
push:
branches:
- master
paths:
- ".github/workflows/**"
- "lib/**"
paths-ignore:
- "proto/**"

jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: "actions/[email protected]"
- uses: "cachix/install-nix-action@v9"
- uses: "cachix/install-nix-action@v10"
with:
skip_adding_nixpkgs_channel: true
- uses: "cachix/cachix-action@v6"
with:
name: hpulsar
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ name: Proto Gen

on:
pull_request:
paths:
- "proto/**"
paths-ignore:
- "lib/**"
push:
branches:
- master
paths:
- ".github/workflows/**"
- "proto/**"
paths-ignore:
- "lib/**"

jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: "actions/[email protected]"
- uses: "cachix/install-nix-action@v9"
- uses: "cachix/install-nix-action@v10"
with:
skip_adding_nixpkgs_channel: true
- uses: "cachix/cachix-action@v6"
with:
name: hpulsar
Expand Down

0 comments on commit 2e86909

Please sign in to comment.