mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 13:59:54 +01:00
Update single-header.yml
This commit is contained in:
6
.github/workflows/single-header.yml
vendored
6
.github/workflows/single-header.yml
vendored
@@ -18,13 +18,13 @@ on:
|
||||
jobs:
|
||||
single_header_tests:
|
||||
if: >-
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
||||
! contains(toJSON(github.event.commits.*.message), '[skip github]')
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: "Single Header Test"
|
||||
}
|
||||
|
||||
container:
|
||||
image: gcc:latest
|
||||
options: -v /usr/local:/host_usr_local
|
||||
|
||||
Reference in New Issue
Block a user