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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user