We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfcf09 commit 40421f2Copy full SHA for 40421f2
.github/workflows/ci.yaml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Upload ici's target_ws/install folder
76
uses: rhaschke/upload-ici-workspace@main
77
- if: success() && matrix.env.CLANG_TIDY
+ if: success() && matrix.env.IMAGE == 'noetic-source'
78
with:
79
subdir: target_ws/install
80
0 commit comments