Skip to content

ci: sign version bump commit #1167

ci: sign version bump commit

ci: sign version bump commit #1167

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
concurrency:
group: docusaurus-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/ci_build.yml
structured-data:
uses: ./.github/workflows/ci_structured_data.yml
permissions:
contents: read
pull-requests: write # passthrough for the sticky PR comment
ci-check:
needs: [build, structured-data]
if: ${{ always() }}
uses: ./.github/workflows/workflow_check.yml
with:
pass-condition: ${{ contains(needs.*.result, 'failure') == false }}