Skip to content

Merge pull request #90 from coderbirju/fix-blkio-test #126

Merge pull request #90 from coderbirju/fix-blkio-test

Merge pull request #90 from coderbirju/fix-blkio-test #126

# When a third-party action is added (i.e., `uses`), please also add it to `download-licenses` in Makefile.
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- name: release-please-action
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
id: release
with:
target-branch: ${{ github.head_ref || github.ref_name }}
trigger-release-automation:
name: Trigger release-automation.yaml if PR is merged
needs: [release-please]
if: ${{ needs.release-please.outputs.release_created == 'true' }}
uses: ./.github/workflows/release-automation.yaml