summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-03-24 16:50:42 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-03-24 16:50:42 +0800
commit909eec7937962480f4d1f884b017a5b1a0c5e5b5 (patch)
treef9bd8b15dacaf083ae530ff6ae4adbc441a11018
parent333f2b795b0b8affe16f9a5e5147dfebe8a672aa (diff)
downloaddropbear-909eec7937962480f4d1f884b017a5b1a0c5e5b5.tar.gz
Fix act matrix workaround which broke real actions
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0365e23..a5765fe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,4 +1,5 @@
# Can be used locally with https://github.com/nektos/act
+# Note the XXX line below.
name: BuildTest
on:
@@ -11,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
strategy:
matrix:
- # XXX keeps act happy, https://github.com/nektos/act/issues/996
- name: []
+ # XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996
+ # name: []
# Rather than a boolean False we use eg
# runcheck: 'no'