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:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
paths-ignore:
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
# if a second commit is pushed quickly after the first, cancel the first one's build
|
# if a second commit is pushed quickly after the first, cancel the first one's build
|
||||||
concurrency:
|
concurrency:
|
||||||
|
4
.github/workflows/testbuildpack.yml
vendored
4
.github/workflows/testbuildpack.yml
vendored
@ -5,8 +5,12 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- test_buildscript*
|
- test_buildscript*
|
||||||
|
paths-ignore:
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
# if a second commit is pushed quickly after the first, cancel the first one's build
|
# if a second commit is pushed quickly after the first, cancel the first one's build
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user