From 08a971f56eb8990fc01d8da6adc491ef23e53eac Mon Sep 17 00:00:00 2001 From: Arya Irani Date: Thu, 28 Mar 2024 19:12:00 -0600 Subject: [PATCH] delete pre-release on PR for now it could use some more work, PRs have a different ref format and the "derive release tag" step needs to be updated to detect and do something intelligent with it, but I didn't want to right now. --- .github/workflows/pre-release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 3acc43076c..3c3629ef98 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -16,12 +16,6 @@ on: # run manually workflow_dispatch: - # run for any PR that touches this file - pull_request: - paths: - - .github/workflows/pre-release.yaml - - .github/workflows/bundle-ucm.yaml - jobs: bundle-ucm: name: build and bundle ucm