Skip to content

Commit c463f8f

Browse files
evelikovXinfengZhang
authored andcommitted
ci: drop paths-ignore
As dvrogozh said: libva is pretty small project. I do not see the point to invest in such a list. Signed-off-by: Emil Velikov <[email protected]>
1 parent 63deed9 commit c463f8f

File tree

4 files changed

+4
-42
lines changed

4 files changed

+4
-42
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: freebsd
22

3-
on:
4-
push:
5-
paths-ignore:
6-
- '.github/workflows/**'
7-
- '!.github/workflows/freebsd.yml'
8-
pull_request:
9-
paths-ignore:
10-
- '.github/workflows/**'
11-
- '!.github/workflows/freebsd.yml'
3+
on: [push, pull_request]
124

135
jobs:
146
freebsd:

.github/workflows/style.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
name: style
22

3-
on:
4-
push:
5-
paths-ignore:
6-
- '.github/workflows/**'
7-
- '!.github/workflows/style.yml'
8-
- '!.github/workflows/style.sh'
9-
pull_request:
10-
paths-ignore:
11-
- '.github/workflows/**'
12-
- '!.github/workflows/style.yml'
13-
- '!.github/workflows/style.sh'
3+
on: [push, pull_request]
144

155
jobs:
166
style-check:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
name: ubuntu
22

3-
on:
4-
push:
5-
paths-ignore:
6-
- '.github/workflows/**'
7-
- '!.github/workflows/ubuntu.yml'
8-
- '!.github/workflows/install-clang.sh'
9-
pull_request:
10-
paths-ignore:
11-
- '.github/workflows/**'
12-
- '!.github/workflows/ubuntu.yml'
13-
- '!.github/workflows/install-clang.sh'
3+
on: [push, pull_request]
144

155
env:
166
CFLAGS: -Wall -Werror

.github/workflows/windows.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
name: windows
22

3-
on:
4-
push:
5-
paths-ignore:
6-
- '.github/workflows/**'
7-
- '!.github/workflows/windows.yml'
8-
- '!.github/workflows/EnterDevShell.ps1'
9-
pull_request:
10-
paths-ignore:
11-
- '.github/workflows/**'
12-
- '!.github/workflows/windows.yml'
13-
- '!.github/workflows/EnterDevShell.ps1'
3+
on: [push, pull_request]
144

155
jobs:
166
windows-msvc:

0 commit comments

Comments
 (0)