Skip to content

[TA-4414]: permissions base setup #31

[TA-4414]: permissions base setup

[TA-4414]: permissions base setup #31

Workflow file for this run

name: "Pull Request"
on:
pull_request:
types: [opened, synchronize]
concurrency:
# Cancel old runs if there is a new commit in the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-base:
uses: ./.github/workflows/build-base.yaml
secrets: inherit