Skip to content

Commit

Permalink
Add trailing :
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Apr 17, 2024
1 parent e85976c commit 6140b0d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-disable-gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name: CI Disable GTest
on:
push
push:
pull_request:
paths:
- '**CMakeLists.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-static-old-local.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Unix Static For AVIF_LOCAL
on:
push
push:
pull_request:
paths:
- '**CMakeLists.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static-av2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Unix Static AV2
on:
push
push:
pull_request:
paths:
- '**CMakeLists.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Unix Static Sanitized
on:
push
push:
pull_request:
paths:
- '**CMakeLists.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Unix Static
on:
push
push:
pull_request:
paths:
- '**CMakeLists.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

name: CI Windows
on:
push
push:
pull_request:
paths:
- '**CMakeLists.txt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Fuzz
on:
push
push:
pull_request:
paths:
- 'cmake/**'
Expand Down

0 comments on commit 6140b0d

Please sign in to comment.