Skip to content

Commit

Permalink
[TMP] hardcode the PR number to test posting the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed May 21, 2024
1 parent df4c29f commit 4270dac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@ jobs:
comment-functional-success:
uses: "./.github/workflows/comment-queue.yml"
needs: [test-functional, changes]
if: needs.changes.outputs.found_pr == 'true'
secrets:
gh_token: ${{ secrets.COMMENT_TOKEN }}
with:
pr_number: ${{ needs.changes.outputs.pr_number }}
pr_number: 8222
message: functional~success~null
additional_text: |
**Lite Performance**
Expand Down

0 comments on commit 4270dac

Please sign in to comment.