From 844ff9a275e84063c60d1226ec35c4ff3ff9727b Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:56:47 -0800 Subject: [PATCH] try to remove runs-on for comment bot --- .github/workflows/comment_bot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index b36b7462..59cec10d 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -8,12 +8,10 @@ jobs: run_tests: name: Run tests if: ${{ github.event.issue.pull_request && github.event.comment.body == '/check' }} - runs-on: [ubuntu-latest] uses: ./.github/workflows/tests.yml secrets: inherit check_title: name: Check PR Title if: ${{ github.event.issue.pull_request && github.event.comment.body == '/check' }} - runs-on: [ubuntu-latest] uses: ./.github/workflows/conventional-prs.yml secrets: inherit