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:
|
linux:
|
||||||
name: Ubuntu 14.04
|
name: Ubuntu 14.04
|
||||||
|
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:trusty
|
image: ubuntu:trusty
|
||||||
|
|
|
||||||
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
name: Ubuntu 14.04
|
name: Ubuntu 14.04
|
||||||
|
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:trusty
|
container: ubuntu:trusty
|
||||||
|
|
||||||
|
|
|
||||||
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
|
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
1
.github/workflows/snap.yml
vendored
1
.github/workflows/snap.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
name: Ubuntu 18.04
|
name: Ubuntu 18.04
|
||||||
|
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
1
.github/workflows/win.yml
vendored
1
.github/workflows/win.yml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: Windows
|
||||||
|
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue