diff --git a/.github/workflows/package_for_test.yml b/.github/workflows/package_for_test.yml index 6eccb5b2d9..2cabf5d88d 100644 --- a/.github/workflows/package_for_test.yml +++ b/.github/workflows/package_for_test.yml @@ -26,6 +26,7 @@ jobs: const { data: timelines } = await github.rest.issues.listEventsForTimeline({ owner: context.repo.owner, repo: context.repo.repo, + issue_number: COMMENT_ID, page, per_page: 100, }) @@ -40,7 +41,7 @@ jobs: } page += 1 } - + packaging: needs: [check_issue_comment] if: ${{ (always() && needs.check_issue_comment.result == 'skipped' && github.event_name == 'push') || success() }}