Tag [skip ci] for push actions
This commit is contained in:
parent
b5d2b6b303
commit
1d28d84ef0
5 changed files with 5 additions and 0 deletions
1
.github/workflows/appimage.yml
vendored
1
.github/workflows/appimage.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
|
||||
linux:
|
||||
name: Ubuntu 14.04
|
||||
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:trusty
|
||||
|
|
|
|||
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
|
||||
linux:
|
||||
name: Ubuntu 14.04
|
||||
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ubuntu-latest
|
||||
container: ubuntu:trusty
|
||||
|
||||
|
|
|
|||
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
|
||||
macos:
|
||||
name: MacOS
|
||||
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: macos-latest
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
1
.github/workflows/snap.yml
vendored
1
.github/workflows/snap.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
|
||||
linux:
|
||||
name: Ubuntu 18.04
|
||||
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
env:
|
||||
|
|
|
|||
1
.github/workflows/win.yml
vendored
1
.github/workflows/win.yml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
|
||||
windows:
|
||||
name: Windows
|
||||
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: windows-latest
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue