mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
[skip ci] Update single-header.yml
This commit is contained in:
parent
c0e6e56364
commit
3e3c922624
7
.github/workflows/single-header.yml
vendored
7
.github/workflows/single-header.yml
vendored
@ -17,9 +17,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
single_header_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
|
||||||
|
|
||||||
@ -39,7 +39,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
script/ci_install_deps.sh
|
|
||||||
|
|
||||||
- name: Single header update check
|
- name: Single header update check
|
||||||
run: script/single_header_generator.py
|
run: script/single_header_generator.py
|
||||||
|
Loading…
Reference in New Issue
Block a user