556b139a02
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
14 lines
273 B
YAML
14 lines
273 B
YAML
name: PR Build
|
|
|
|
on: pull_request
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
build:
|
|
name: Build
|
|
uses: spring-projects/spring-security-commercial/.github/workflows/build-pull-request.yml@workflows/v1
|
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
|
secrets: inherit
|