Skip to content

Commit

Permalink
Release CLI v0.6
Browse files Browse the repository at this point in the history
* Remove uneeded github action if
[release]
  • Loading branch information
jordeu authored Apr 19, 2022
1 parent c40a94f commit a1bf815
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:

linux-image:
name: Linux
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
timeout-minutes: 90

Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:

mac-image:
name: MAC
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-latest
timeout-minutes: 90

Expand Down Expand Up @@ -134,7 +132,6 @@ jobs:

windows-image:
name: Windows
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: windows-latest
timeout-minutes: 90

Expand Down

0 comments on commit a1bf815

Please sign in to comment.