Skip to content

docs(hoverkraft-tech/ci-github-publish): update documentation #162

docs(hoverkraft-tech/ci-github-publish): update documentation

docs(hoverkraft-tech/ci-github-publish): update documentation #162

Workflow file for this run

name: Pull request - Continuous Integration
on:
merge_group:
pull_request:
branches: [main]
permissions:
contents: read
security-events: write
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit