Fix Uncaught Error in #552 (#553)

[SKIP]
This commit is contained in:
Integer Limit 2023-12-04 22:09:00 +11:00 committed by GitHub
parent 8a4b323505
commit b260d326d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: "[NOT CALLABLE] Test Build Pack"
on: on:
push: push:
branches: branches:
- main-int - main
- test_buildscript* - test_buildscript*
pull_request: pull_request:
@ -16,7 +16,7 @@ concurrency:
jobs: jobs:
build: build:
# Only allow runs from commits to Nomi-CEu Branches or from pull requests from Nomi-CEu repo # Only allow runs from commits to Nomi-CEu Branches or from pull requests from Nomi-CEu repo
#if: "${{ github.repository_owner == 'Nomi-CEu' && ( !github.event.pull_request || github.event.pull_request.head.repo.owner.login == 'Nomi-CEu' ) }}" if: "${{ github.repository_owner == 'Nomi-CEu' && ( !github.event.pull_request || github.event.pull_request.head.repo.owner.login == 'Nomi-CEu' ) }}"
name: Test Build Pack name: Test Build Pack
uses: ./.github/workflows/buildpack.yml uses: ./.github/workflows/buildpack.yml
with: with: