mirror of https://github.com/nirenjan/libx52.git
Skip CI jobs if corresponding tag is in HEAD commit
parent
1119fe3373
commit
d77342ced9
|
@ -10,6 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: "!(contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]'))"
|
||||
name: ${{ join(matrix.*, '/') }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.os == 'macos-latest' }}
|
||||
|
|
|
@ -11,6 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
analyse:
|
||||
if: "!(contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]'))"
|
||||
name: Analyse
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Reference in New Issue