Skip to content

Commit a652238

Browse files
committed
update
1 parent 12c0be7 commit a652238

File tree

7 files changed

+1
-37
lines changed

7 files changed

+1
-37
lines changed

.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:

.github/workflows/generator.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@ on:
88
tags:
99
- "*"
1010
pull_request:
11-
paths:
12-
- "generator/**"
13-
- "spec/**"
14-
- "c/test/**"
15-
- "java/build.gradle"
16-
- "java/test/**"
17-
- "rust/sbp/tests/**"
1811
jobs:
1912
generation:
2013
name: Generated artifacts
2114
runs-on: ubuntu-20.04
2215
container:
23-
image: swiftnav/libsbp-build:2023-12-18
16+
image: swiftnav/libsbp-build:test
2417
options: --user root
2518
volumes:
2619
- ${{ github.workspace }}:/mnt/workspace

.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

.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

.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

.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

.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)