Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Nov 18, 2024
1 parent 5759dd6 commit ff8ac18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: CI

on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: SonarScan

on:
push:
pull_request:

jobs:
default:
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
name: Run industrial_ci
uses: ros-industrial/industrial_ci@master
- name: Generate codecov report
uses: rhaschke/lcov-action@main
uses: rhaschke/lcov-action@dev
if: steps.ici.outputs.target_test_results == '0'
with:
docker: $DOCKER_IMAGE
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tutorial_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
# 5 PM UTC every Sunday
- cron: '0 17 * * 6'
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
Expand Down

0 comments on commit ff8ac18

Please sign in to comment.