From d8170eab3b1a63e9d665cb729a617fdb9acc3bb1 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Tue, 26 Sep 2023 09:55:08 -0500 Subject: [PATCH] Update pt_sync.yml --- .github/workflows/pt_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pt_sync.yml b/.github/workflows/pt_sync.yml index 7a2e8b568..c77492c41 100644 --- a/.github/workflows/pt_sync.yml +++ b/.github/workflows/pt_sync.yml @@ -15,5 +15,5 @@ jobs: PT_PROJECT_ID: ${{ secrets.PT_PROJECT_ID }} GH_REPOSITORY: ${{ github.repository }} GH_ACCESS_TOKEN: ${{ github.token }} - if: github.event.label.name == 'planned' + if: github.event.label.name == 'planned' || github.event.action == 'opened' run: python .github/scripts/pt_sync.py