Fix incorrect repository for targeting composite action #73
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run tests | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
jobs: | |
canary: | |
uses: ./.github/workflows/pytest.yaml | |
with: | |
# Choose colcon-notification for a canary build. It has colcon | |
# dependencies and debian patches, so exercieses a fair amount of the | |
# CI action features. | |
repository: colcon/colcon-notification | |
# Use HEAD to find strategy.json file instead of the tip of colcon/ci | |
setup-repository: '' |