Skip to content

Commit

Permalink
Run extract-metadata job when needed (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 authored Dec 6, 2023
1 parent 8fca8a9 commit 4d6821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
extract-metadata:
runs-on: ubuntu-latest
timeout-minutes: 1
if: inputs.ros-ci || inputs.clang-tidy
if: inputs.ros-ci || inputs.clang-tidy || inputs.markdown-ci
permissions:
actions: read
outputs:
Expand Down

0 comments on commit 4d6821f

Please sign in to comment.