From 025faf5fb63feb4e25ea4f9700c566fbd8e41e54 Mon Sep 17 00:00:00 2001 From: Kelly <40868256+lykelly19@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:09:49 -0700 Subject: [PATCH] =?UTF-8?q?Run=20check-new-assets=20workflow=20on=20label?= =?UTF-8?q?=20addition,=20not=20only=20on=20new=20PR=20c=E2=80=A6=20(#3214?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Run check-new-assets workflow on label addition, not only on new PR commit * add test asset * test workflows * update * revert changes to check-new-assets * add another change * update types * update logging & pr_target * update pr_target * update a different workflow * update * update check-new-assets * add new job for testing * update types * add unlabeled as a type * edit a different file for testing * remove change * remove another change * revert assets-test change * update for testing purposes * revert that test change * remove test component --------- Co-authored-by: Kelly --- .github/workflows/check-new-assets.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check-new-assets.yaml b/.github/workflows/check-new-assets.yaml index 342edb2e1d..734590eac4 100644 --- a/.github/workflows/check-new-assets.yaml +++ b/.github/workflows/check-new-assets.yaml @@ -4,6 +4,12 @@ on: pull_request: branches: - main + types: + - opened + - labeled + - unlabeled + - synchronize + - reopened workflow_dispatch: defaults: