build using nixbuild.net

This commit is contained in:
ibizaman 2024-10-24 13:13:13 +02:00
parent d693f6d5a2
commit 053fdb15cd
2 changed files with 7 additions and 22 deletions

7
.github/workflows/build.yaml vendored Normal file
View 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 }}

View file

@ -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')
# }}