Skip to content

Commit

Permalink
Update pt_sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored Sep 26, 2023
1 parent abf1e26 commit d8170ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pt_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8170ea

Please sign in to comment.