From a38029f9db20346ddaa7a52fe38555be64bbd2de Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Fri, 6 Mar 2020 14:09:52 -0500 Subject: [PATCH] Remove `on.release` from workflow triggers Per GitHub's documentation for on.release events, `on.release` event will run our workflow any time the `release` event occurs, but it is unclear if Tahoe will need this yet. Removing for now. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e8e5e3a..a59581180 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: push: pull_request: - release: - types: [published] jobs: