Files
compose-action/.github/workflows/pull-request-ci.yml
tuankiet2s 70d1c8d63e
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Internal - Main - Continuous Integration / release (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
first commit
2025-08-03 01:13:37 +07:00

24 lines
397 B
YAML

name: Pull request - Continuous Integration
on:
merge_group:
pull_request:
branches: [main]
permissions:
actions: read
contents: read
packages: read
statuses: write
security-events: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit