Skip to content

Commit

Permalink
Fix runners in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vasily Oleynikov <[email protected]>
  • Loading branch information
duckhawk authored Aug 16, 2024
1 parent 09f1caf commit b001b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prs-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:

jobs:
pr_summary:
runs-on: ubuntu-latest
runs-on: [self-hosted, regular]

steps:
- name: Checkout repository
Expand All @@ -44,4 +44,4 @@ jobs:
node ./.github/scripts/fetch_prs.mjs
env:
GITHUB_TOKEN: ${{ secrets.PR_SUMMARY_TOKEN }}
LOOP_WEBHOOK_URL: ${{ secrets.LOOP_WEBHOOK_URL }}
LOOP_WEBHOOK_URL: ${{ secrets.LOOP_WEBHOOK_URL }}

0 comments on commit b001b5a

Please sign in to comment.