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
# reusable workflow triggered by other actions | ||
name: CI | ||
on: | ||
workflow_call: | ||
secrets: | ||
CHARMCRAFT_CREDENTIALS: | ||
required: true | ||
jobs: | ||
test-bundle: | ||
name: Test the bundle | ||
uses: ./.github/workflows/bundle_tests.yaml | ||
test-bundle: | ||
name: Test the bundle | ||
uses: ./.github/workflows/bundle_tests_actions_operator.yaml |