We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424b43d commit d3002e2Copy full SHA for d3002e2
.github/workflows/pr_run_slow_ci.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
pr_number: ${{ needs.get-pr-number.outputs.PR_NUMBER }}
18
19
+ # We only need to verify the timestamp if the workflow is triggered by `issue_comment`.
20
verity_pr_commit:
21
name: Verity PR commit corresponds to a specific event by comparing timestamps
22
if: ${{ github.event.comment.created_at != '' }}
0 commit comments