mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Update single-header.yml
This commit is contained in:
parent
d37ec12bb5
commit
66f57ba66a
8
.github/workflows/single-header.yml
vendored
8
.github/workflows/single-header.yml
vendored
@ -16,10 +16,10 @@ on:
|
||||
- bugfix/**
|
||||
|
||||
jobs:
|
||||
clang_tests:
|
||||
#if: >-
|
||||
#! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
#! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
single_header_tests:
|
||||
if: >-
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user