Fix Github workflow [skip ci]
This commit is contained in:
parent
1011e06bd8
commit
c7b1d62b69
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -330,7 +330,7 @@ jobs:
|
||||||
name: babashka-${{ steps.babashka-version.outputs.version }}-macos-amd64.zip
|
name: babashka-${{ steps.babashka-version.outputs.version }}-macos-amd64.zip
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: "!contains(github.event.head_commit.message, 'skip ci') and github.event_name == 'push' && github.ref == 'refs/heads/master'"
|
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name == 'push' && github.ref == 'refs/heads/master'"
|
||||||
needs: [jvm, linux, linux-static, mac]
|
needs: [jvm, linux, linux-static, mac]
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -357,7 +357,7 @@ jobs:
|
||||||
.github/script/deploy
|
.github/script/deploy
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
if: "!contains(github.event.head_commit.message, 'skip ci') and github.event_name == 'push' && github.ref == 'refs/heads/master'"
|
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name == 'push' && github.ref == 'refs/heads/master'"
|
||||||
needs: [jvm, linux, linux-static, mac]
|
needs: [jvm, linux, linux-static, mac]
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue