parent
26b34dc7c4
commit
34c9499657
2
.github/workflows/forkprbuildpack.yml
vendored
2
.github/workflows/forkprbuildpack.yml
vendored
@ -6,6 +6,8 @@ name: "[NOT CALLABLE] Fork PR Build Pack"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
|
||||
# if a second commit is pushed quickly after the first, cancel the first one's build
|
||||
concurrency:
|
||||
|
4
.github/workflows/testbuildpack.yml
vendored
4
.github/workflows/testbuildpack.yml
vendored
@ -5,8 +5,12 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- test_buildscript*
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
|
||||
# if a second commit is pushed quickly after the first, cancel the first one's build
|
||||
concurrency:
|
||||
|
Loading…
x
Reference in New Issue
Block a user