Add cd skip flag

This commit is contained in:
fgnm
2020-10-30 19:04:43 +01:00
parent 7cd8c0144e
commit a59e4fcc81
+3 -3
View File
@@ -9,7 +9,7 @@ on:
jobs:
linux:
if: "!contains(github.event.head_commit.message, 'cd skip')"
runs-on: ubuntu-latest
steps:
@@ -35,7 +35,7 @@ jobs:
path: HyperLap2D-SNAPSHOT.deb
windows:
if: "!contains(github.event.head_commit.message, 'cd skip')"
runs-on: windows-latest
steps:
@@ -59,7 +59,7 @@ jobs:
path: HyperLap2D-SNAPSHOT.msi
macOS:
if: "!contains(github.event.head_commit.message, 'cd skip')"
runs-on: macOS-latest
steps: