File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
CCACHE_DIR : ${{ github.workspace }}/.ccache # Directory for ccache (and how we enable ccache in industrial_ci)
12
+ TARGET_WORKSPACE : ' . -image_recognition/image_recognition -image_recognition/image_recognition_skybiometry'
12
13
UPSTREAM_WORKSPACE : ' github:tue-robotics/catkin_lint_cmake#master'
13
14
14
15
jobs :
Original file line number Diff line number Diff line change 20
20
uses : tue-robotics/tue-env/ci/modified-packages@master
21
21
with :
22
22
commit-range : ${{ steps.commit-range.outputs.commit-range }}
23
- ignored-packages : image_recognition image_recognition_jetson
23
+ ignored-packages : image_recognition image_recognition_jetson image_recognition_skybiometry
24
24
tue-ci :
25
25
name : TUe CI - ${{ matrix.package }}
26
26
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments