name inner job build

This commit is contained in:
dcvz 2024-06-01 23:59:57 +02:00
parent 27d558370b
commit ff10d0a769
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo ✓
external:
build:
needs: authorize
uses: ./.github/workflows/validate.yml
secrets:

View file

@ -6,7 +6,7 @@ on:
pull_request:
types: [opened, synchronize]
jobs:
internal:
build:
if: github.repository == github.event.pull_request.head.repo.full_name
uses: ./.github/workflows/validate.yml
secrets: inherit