Remove Environment Deps on Fork Build Client & Lang (#571)

[SKIP]
This commit is contained in:
Integer Limit 2023-12-09 23:46:17 +11:00 committed by GitHub
parent e55bbef504
commit 16097bc855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,6 @@ jobs:
if: "${{ github.repository_owner == 'Nomi-CEu' && github.event.pull_request.head.repo.owner.login != 'Nomi-CEu' }}"
name: Build Fork PR Server (${{ github.event.pull_request.head.sha }})
runs-on: ubuntu-latest
environment: fork-pr-build-pack
needs: setup
env:
GITHUB_HEAD_REF: ${{ github.head_ref }}
@ -148,7 +147,6 @@ jobs:
if: "${{ github.repository_owner == 'Nomi-CEu' && github.event.pull_request.head.repo.owner.login != 'Nomi-CEu' }}"
name: Build Fork PR Lang and Changelogs (${{ github.event.pull_request.head.sha }})
runs-on: ubuntu-latest
environment: fork-pr-build-pack
needs: setup
env:
GITHUB_HEAD_REF: ${{ github.head_ref }}