add rocks ci for pull_request
and push
events
#1
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: On Pull Request | ||
on: | ||
pull_request: | ||
jobs: | ||
on-pull-request: | ||
name: Get ROCKs modified and build-scan-test them | ||
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main | ||
Check failure on line 10 in .github/workflows/on_pull_request.yaml GitHub Actions / On Pull RequestInvalid workflow file
|
||
permissions: | ||
pull-requests: read | ||
secrets: inherit |