Skip to content

Commit

Permalink
Deactivate jazzy - coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 29, 2024
1 parent 200fe86 commit cd87c14
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions .github/workflows/jazzy-coverage-build.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
name: Coverage Build - Jazzy
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'
pull_request:
branches:
- master
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'codecov.yml'
# TODO(anyone) activate when branched for Jazzy
# push:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**.yaml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'codecov.yml'
# pull_request:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**.yaml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'codecov.yml'

jobs:
coverage_jazzy:
Expand Down

0 comments on commit cd87c14

Please sign in to comment.