Skip to content

Commit

Permalink
Merge pull request #2 from EOLab-HSRW/update-workflow
Browse files Browse the repository at this point in the history
add path conditions to run ros workflow
  • Loading branch information
harleylara authored Feb 10, 2025
2 parents 15a9aec + c916739 commit df98f4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: Build and Test main

on:

pull_request:
branches:
- main
paths:
- '!/{.vitepress,docs,drivers,task}/**'
- '!/*'
push:
branches:
- main
paths:
- '!/{.vitepress,docs,drivers,task}/**'
- '!/*'

jobs:
build-and-test:
Expand All @@ -20,7 +25,6 @@ jobs:
fail-fast: false
steps:
- name: Install deps

run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-colcon-coveragepy-result
- name: build and test
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit df98f4f

Please sign in to comment.