drop goop

This commit is contained in:
Graham Christensen 2023-05-22 15:47:20 -04:00
parent 3597849148
commit ea4ce1da82
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View file

@ -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:

View file

@ -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