Skip to content

ci: automatically update oci/python/_releases.json, from https://gith… #16

ci: automatically update oci/python/_releases.json, from https://gith…

ci: automatically update oci/python/_releases.json, from https://gith… #16

name: _Test OCI Factory | mock-rock
on:
workflow_dispatch:
push:
paths:
- ".github/workflows/*"
- "!.github/workflows/CLA-Check.yaml"
- "!.github/workflows/PR-Validator.yaml"
- "!.github/workflows/_Auto-updates.yaml"
- "!.github/workflows/Continuous-Testing.yaml"
- "!.github/workflows/CLI-Client.yaml"
- "examples/**"
- "oci/mock*"
- "src/**"
- "!src/workflow-engine/**"
- "!src/cli-client/**"
jobs:
test-workflows:
name: Trigger internal tests for mock-rock
uses: ./.github/workflows/Image.yaml
with:
oci-image-name: "mock-rock"
upload: true
secrets: inherit