mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-05 08:31:42 +00:00
name inner job build
This commit is contained in:
parent
27d558370b
commit
ff10d0a769
2 changed files with 2 additions and 2 deletions
2
.github/workflows/validate_external.yml
vendored
2
.github/workflows/validate_external.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo ✓
|
||||
external:
|
||||
build:
|
||||
needs: authorize
|
||||
uses: ./.github/workflows/validate.yml
|
||||
secrets:
|
||||
|
|
|
|||
2
.github/workflows/validate_internal.yml
vendored
2
.github/workflows/validate_internal.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue