Skip to content

Commit 1b29064

Browse files
committed
Saving.
1 parent 1754437 commit 1b29064

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/ubuntu22.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
name: Ubuntu 22.04 CI (GCC 11)
2-
1+
name: "Ubuntu 22.04 CI (GCC 11)"
32
on: [push, pull_request]
43

5-
jobs:
6-
ubuntu-build:
7-
if: >-
8-
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
9-
! contains(toJSON(github.event.commits.*.message), '[skip github]')
4+
5+
jobs:
6+
ubuntu-build:
7+
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip github]')"
108
runs-on: ubuntu-22.04
11-
steps:
9+
steps:
1210
- uses: actions/checkout@v3
13-
- name: Use make
14-
run: |
15-
make && ./unit
11+
- name: "Use make"
12+
run: make && ./unit
13+

0 commit comments

Comments
 (0)