Skip to content

feat: refactor topology test to deploy slim clusters and run latest e… #94

feat: refactor topology test to deploy slim clusters and run latest e…

feat: refactor topology test to deploy slim clusters and run latest e… #94

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: ci release-please check
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
config-file: .github/release-config.json
manifest-file: .github/release-manifest.json