Cannot simply comment the entire workflow yaml

This commit is contained in:
Andrea Ciceri 2022-12-30 12:00:59 +01:00
parent c9e6a4499d
commit b9980587cf
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -1,19 +1,19 @@
# TODO re-enable with cross-compilation (or `binfmt`?) # TODO re-enable with cross-compilation (or `binfmt`?)
# name: build-rock5b # name: build-rock5b
# on: on:
# workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
# push: push:
# branches: branches:
# - master - master
# - update_flake_lock_action - update_flake_lock_action
# jobs: jobs:
# build-rock5b: build-rock5b:
# if: ${{ always() }} if: ${{ always() }}
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - name: Checkout repository - name: Checkout repository
# uses: actions/checkout@v3 uses: actions/checkout@v3
# - uses: cachix/install-nix-action@v18 # - uses: cachix/install-nix-action@v18
# with: # with: