build using nixbuild.net
This commit is contained in:
parent
d693f6d5a2
commit
053fdb15cd
2 changed files with 7 additions and 22 deletions
7
.github/workflows/build.yaml
vendored
Normal file
7
.github/workflows/build.yaml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: build
|
||||
on: push
|
||||
jobs:
|
||||
checks:
|
||||
uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v19
|
||||
secrets:
|
||||
nixbuild_token: ${{ secrets.nixbuild_token }}
|
||||
22
.github/workflows/garnix.yaml
vendored
22
.github/workflows/garnix.yaml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
# Leaving commented because it does not work.
|
||||
#
|
||||
# name: "Final Results"
|
||||
#
|
||||
# on:
|
||||
# check_suite:
|
||||
# types: [completed]
|
||||
#
|
||||
# jobs:
|
||||
# results:
|
||||
# name: Final Results
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - run: echo
|
||||
# - run: exit 1
|
||||
# # see https://stackoverflow.com/a/67532120/4907315
|
||||
# if: >-
|
||||
# ${{
|
||||
# contains(needs.*.result, 'failure')
|
||||
# || contains(needs.*.result, 'cancelled')
|
||||
# || contains(needs.*.result, 'skipped')
|
||||
# }}
|
||||
Loading…
Reference in a new issue