Skip to content

Commit a8a1be9

Browse files
committed
update
1 parent 7d371cb commit a8a1be9

File tree

7 files changed

+0
-30
lines changed

7 files changed

+0
-30
lines changed

Diff for: .github/workflows/c.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "c/**"
13-
- .github/workflows/c.yaml
1411
jobs:
1512

1613
ubuntu-lts:

Diff for: .github/workflows/generator.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
types: [opened, synchronize, reopened]
1211
jobs:
1312
generation:
1413
name: Generated artifacts

Diff for: .github/workflows/haskell.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "haskell/**"
13-
- .github/workflows/haskell.yaml
1411
jobs:
1512
build:
1613
name: Build

Diff for: .github/workflows/java.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "java/**"
13-
- .github/workflows/java.yaml
1411
jobs:
1512
tests-java-1_8:
1613
name: Test

Diff for: .github/workflows/javascript.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "javascript/**"
13-
- "spec/tests/**"
14-
- package.json
15-
- package-lock.json
16-
- .github/workflows/javascript.yaml
1711
jobs:
1812
coverage:
1913
name: Test

Diff for: .github/workflows/python.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "python/**"
13-
- "spec/tests/**"
14-
- requirements.txt
15-
- tox.ini
16-
- scripts/ci_prepare_python.bash
17-
- .github/workflows/python.yaml
1811
jobs:
1912
coverage:
2013
name: Test

Diff for: .github/workflows/rust.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "rust/**"
13-
- Cargo.toml
14-
- Cargo.lock
15-
- scripts/ci_prepare_rust.bash
16-
- scripts/ci_build_rust.bash
17-
- .github/workflows/rust.yaml
1811
jobs:
1912
lint:
2013
name: Format and lint

0 commit comments

Comments
 (0)