first commit
This commit is contained in:
23
.github/workflows/pull-request-ci.yml
vendored
Normal file
23
.github/workflows/pull-request-ci.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user