Adding required sensors xml files for automotive #8405
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 CI checks | |
on: | |
pull_request: | |
types: "**" | |
branches: "**" | |
pull_request_review: | |
types: "**" | |
branches: "**" | |
permissions: read-all | |
jobs: | |
TriggerWorkfows: | |
uses: projectceladon/celadonworkflows/.github/workflows/[email protected] | |
with: | |
EVENT: ${{ toJSON(github.event) }} |