Skip to content

Commit 5dcd477

Browse files
committed
Explain CI blocker in comment
1 parent b21008f commit 5dcd477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
push:
88
branches: [ "master" ]
99
pull_request:
10-
# branches: [ "master" ]
10+
branches: [ "master" ]
1111

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

1516
runs-on: ubuntu-latest
1617

0 commit comments

Comments
 (0)