Skip to content

Commit 2a9d46f

Browse files
authored
Merge pull request #558 from nim65s/ci
CI: nix alls-green
2 parents 7779a49 + 0c3174c commit 2a9d46f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/nix.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: "CI - Nix"
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- devel
8+
pull_request:
9+
branches:
10+
- master
11+
- devel
512

613
jobs:
714
nix:
@@ -17,3 +24,18 @@ jobs:
1724
name: gepetto
1825
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
1926
- run: nix build -L
27+
28+
check:
29+
if: always()
30+
name: check-macos-linux-nix
31+
32+
needs:
33+
- nix
34+
35+
runs-on: Ubuntu-latest
36+
37+
steps:
38+
- name: Decide whether the needed jobs succeeded or failed
39+
uses: re-actors/alls-green@release/v1
40+
with:
41+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)