Skip to content

Commit

Permalink
fix - this wont work in a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Feb 15, 2024
1 parent 9b0a7d6 commit 334c697
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
matrix:
shard: ['1/5', '2/5', '3/5', '4/5', '5/5']
steps:
- name: Comment PR with execution number
uses: mshick/add-pr-comment@v2
with:
message: |
'This is a visual test run. The results will be posted here.'
message-id: visual-test
repo-token: ${{ secrets.PINTEREST_GESTALT_PERSONAL_TOKEN}}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand All @@ -50,4 +43,3 @@ jobs:
${{ steps.results.outputs.stdout }}
message-id: visual-test
repo-token: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}

0 comments on commit 334c697

Please sign in to comment.