mirror of
https://github.com/clearml/dropbear
synced 2025-03-05 11:38:53 +00:00
Fix act matrix workaround which broke real actions
This commit is contained in:
parent
ce745e98c0
commit
a70b9e34c8
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
# Can be used locally with https://github.com/nektos/act
|
# Can be used locally with https://github.com/nektos/act
|
||||||
|
# Note the XXX line below.
|
||||||
|
|
||||||
name: BuildTest
|
name: BuildTest
|
||||||
on:
|
on:
|
||||||
@ -11,8 +12,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# XXX keeps act happy, https://github.com/nektos/act/issues/996
|
# XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996
|
||||||
name: []
|
# name: []
|
||||||
|
|
||||||
# Rather than a boolean False we use eg
|
# Rather than a boolean False we use eg
|
||||||
# runcheck: 'no'
|
# runcheck: 'no'
|
||||||
|
Loading…
Reference in New Issue
Block a user