Skip to content

Commit 134d645

Browse files
committed
try new runners
1 parent 883b246 commit 134d645

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ on:
77
pull_request:
88
workflow_dispatch:
99

10-
concurrency:
11-
group: integration-${{ github.ref }}
12-
cancel-in-progress: false
13-
14-
1510
jobs:
1611
integration:
1712
name: Go tests against Zulip ${{ matrix.zulip-branch }}
18-
runs-on: [arc-runner-set-tum-zulip, arc-runner-set-go-zulip]
13+
runs-on: arc-runner-set
1914
strategy:
2015
matrix:
2116
zulip-branch:
@@ -164,7 +159,7 @@ jobs:
164159
165160
godoc:
166161
name: Generate godoc HTML
167-
runs-on: [arc-runner-set-tum-zulip, arc-runner-set-go-zulip]
162+
runs-on: arc-runner-set
168163

169164
steps:
170165
- name: Checkout go-zulip

0 commit comments

Comments
 (0)