Skip to content

chore: integrate persistenceagent:2.3.0-0c6ce7c into kfp-persistence #1837

chore: integrate persistenceagent:2.3.0-0c6ce7c into kfp-persistence

chore: integrate persistenceagent:2.3.0-0c6ce7c into kfp-persistence #1837

name: On Pull Request
# On pull_request, we:
# * always publish to charmhub at latest/edge/branchname
# * always run tests
on:
pull_request:
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/integrate.yaml
secrets: inherit
# publish runs in parallel with tests, as we always publish in this situation
publish-charm:
name: Publish Charm
uses: ./.github/workflows/publish.yaml
secrets: inherit