Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
yanguoyu committed Jun 12, 2024
1 parent 55000a8 commit 2617fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package_for_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand All @@ -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() }}
Expand Down

0 comments on commit 2617fb5

Please sign in to comment.