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