mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 14:11:38 +00:00
test external too
This commit is contained in:
parent
7fd70c3611
commit
8a7090f9a3
2 changed files with 3 additions and 3 deletions
4
.github/workflows/validate_external.yml
vendored
4
.github/workflows/validate_external.yml
vendored
|
|
@ -7,7 +7,7 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
authorize:
|
authorize:
|
||||||
if: github.repository != github.event.pull_request.head.repo.full_name
|
# if: github.repository != github.event.pull_request.head.repo.full_name
|
||||||
environment:
|
environment:
|
||||||
${{ github.event_name == 'pull_request_target' &&
|
${{ github.event_name == 'pull_request_target' &&
|
||||||
github.event.pull_request.head.repo.full_name != github.repository &&
|
github.event.pull_request.head.repo.full_name != github.repository &&
|
||||||
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo ✓
|
- run: echo ✓
|
||||||
build:
|
external:
|
||||||
needs: authorize
|
needs: authorize
|
||||||
uses: ./.github/workflows/validate.yml
|
uses: ./.github/workflows/validate.yml
|
||||||
secrets:
|
secrets:
|
||||||
|
|
|
||||||
2
.github/workflows/validate_internal.yml
vendored
2
.github/workflows/validate_internal.yml
vendored
|
|
@ -9,7 +9,7 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
internal:
|
||||||
if: github.repository == github.event.pull_request.head.repo.full_name
|
if: github.repository == github.event.pull_request.head.repo.full_name
|
||||||
uses: ./.github/workflows/validate.yml
|
uses: ./.github/workflows/validate.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue