Skip to content

Commit

Permalink
Explain CI blocker in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Jan 4, 2023
1 parent b21008f commit 5dcd477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
push:
branches: [ "master" ]
pull_request:
# branches: [ "master" ]
branches: [ "master" ]

jobs:
build:
if: ${{ false }} # Deactivate this workflow (temporary; requires a Nix installation)

This comment has been minimized.

Copy link
@ggreif

ggreif Jan 4, 2023

Contributor

you could use the install-nix-action that we use in dfinity/motoko, right?


runs-on: ubuntu-latest

Expand Down

0 comments on commit 5dcd477

Please sign in to comment.