Skip to content

Commit 5b702ae

Browse files
committed
Disable jammy CI, codecov
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 7df7fdd commit 5b702ae

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ on:
99
- 'main'
1010

1111
jobs:
12-
jammy-ci:
13-
runs-on: ubuntu-latest
14-
name: Ubuntu Jammy CI
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
- name: Compile and test
19-
id: ci
20-
uses: gazebo-tooling/action-gz-ci@jammy
21-
with:
22-
codecov-enabled: true
2312
noble-ci:
2413
runs-on: ubuntu-latest
2514
name: Ubuntu Noble CI
@@ -30,6 +19,7 @@ jobs:
3019
id: ci
3120
uses: gazebo-tooling/action-gz-ci@noble
3221
with:
22+
# codecov-enabled: true
3323
cppcheck-enabled: true
3424
cpplint-enabled: true
3525
doxygen-enabled: true

0 commit comments

Comments
 (0)