From 987fe978fb1e96dfd22c80a73c72a6fccdcf1542 Mon Sep 17 00:00:00 2001 From: Mehul Kar Date: Tue, 23 Apr 2024 16:44:51 -0500 Subject: [PATCH] include workflow file for turborepo tests --- .github/workflows/turborepo-test.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/turborepo-test.yml b/.github/workflows/turborepo-test.yml index e8b77590647a1..9317e74322e57 100644 --- a/.github/workflows/turborepo-test.yml +++ b/.github/workflows/turborepo-test.yml @@ -21,31 +21,6 @@ jobs: contents: read pull-requests: write steps: - - name: Find PR Comment - id: comment - if: github.event_name == 'pull_request' - uses: peter-evans/find-comment@v2 - with: - issue-number: ${{ github.event.pull_request.number }} - comment-author: "github-actions[bot]" - body-includes: "" - - - name: Create or update PR comment - if: github.event_name == 'pull_request' && steps.comment.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v2 - continue-on-error: true - with: - comment-id: ${{ steps.comment.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - ## ⏳ CI is running again... ⏳ - - [Wait for it...](https://github.com/vercel/turbo/actions/runs/${{ github.run_id }}) - - - - edit-mode: replace - - name: Checkout uses: actions/checkout@v3 @@ -55,7 +30,7 @@ jobs: with: PATTERNS: | .github/actions/** - .github/workflows/test.yml + .github/workflows/turborepo-test.yml - name: Root cargo related changes id: cargo