parent
8a4b323505
commit
b260d326d3
4
.github/workflows/testbuildpack.yml
vendored
4
.github/workflows/testbuildpack.yml
vendored
@ -3,7 +3,7 @@ name: "[NOT CALLABLE] Test Build Pack"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main-int
|
||||
- main
|
||||
- test_buildscript*
|
||||
|
||||
pull_request:
|
||||
@ -16,7 +16,7 @@ concurrency:
|
||||
jobs:
|
||||
build:
|
||||
# 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
|
||||
uses: ./.github/workflows/buildpack.yml
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user