drop goop
This commit is contained in:
parent
3597849148
commit
ea4ce1da82
2
.github/workflows/release-branches.yml
vendored
2
.github/workflows/release-branches.yml
vendored
|
@ -6,8 +6,6 @@ on:
|
|||
# NOTE: make sure any branches here are also valid directory names,
|
||||
# otherwise creating the directory and uploading to s3 will fail
|
||||
- "main"
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
8
.github/workflows/release-prs.yml
vendored
8
.github/workflows/release-prs.yml
vendored
|
@ -1,14 +1,6 @@
|
|||
name: Release PR
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Build artifacts"]
|
||||
branches:
|
||||
# NOTE: make sure any branches here are also valid directory names,
|
||||
# otherwise creating the directory and uploading to s3 will fail
|
||||
- "main"
|
||||
types:
|
||||
- completed
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
|
Loading…
Reference in a new issue