Skip to content

Commit debfd3a

Browse files
committed
Sync swarm-mode.yml from .github repo
1 parent 8ef90ed commit debfd3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swarm-mode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ on:
1616

1717
jobs:
1818
swarm-mode:
19-
runs-on: ubuntu-latest
19+
runs-on: [self-hosted, linux, x64, big]
2020
timeout-minutes: 120
2121
permissions:
2222
contents: write
2323
issues: write
2424
pull-requests: write
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v4.3.1
2828

2929
- name: Run swarm mode
30-
uses: actions/github-script@v7
30+
uses: actions/github-script@v7.1.0
3131
env:
3232
DURATION_MINUTES: ${{ github.event.inputs.duration_minutes || '60' }}
3333
ISSUE_PREFIX: ${{ github.event.inputs.issue_prefix || 'Swarm Task' }}

0 commit comments

Comments
 (0)