From ea4ce1da82e933c7880bf48856e5390bfcc604a2 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 22 May 2023 15:47:20 -0400 Subject: [PATCH] drop goop --- .github/workflows/release-branches.yml | 2 -- .github/workflows/release-prs.yml | 8 -------- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index b205ac2..c27540b 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -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: diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 7b50ffa..1d5a231 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -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