kfp-api: test #1920
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, we: | ||
# * always publish to charmhub at latest/edge/branchname | ||
# * always run tests | ||
# * always run builds with cache | ||
on: | ||
pull_request: | ||
jobs: | ||
on_pull_request: | ||
name: Build, test, publish | ||
uses: canonical/charmed-kubeflow-workflows/.github/workflows/pull_request.yaml@KF-6690-build-with-cache | ||
Check failure on line 13 in .github/workflows/on_pull_request.yaml GitHub Actions / .github/workflows/on_pull_request.yamlInvalid workflow file
|