We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6c33c commit 42c6de6Copy full SHA for 42c6de6
.github/workflows/core_tests.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
run-tests:
18
name: Core repo tests in docker
19
- runs-on: [voting-private-runners]
+ runs-on: [ubuntu-latest]
20
timeout-minutes: 120
21
22
services:
.github/workflows/normal_vote_ci.yml
@@ -12,7 +12,7 @@ on:
12
13
run-tests-normal-1:
14
name: Brownie fork NORMAL tests 1
15
timeout-minutes: 150
@@ -36,7 +36,7 @@ jobs:
36
37
run-tests-normal-2:
38
name: Brownie fork NORMAL tests 2
39
40
41
42
0 commit comments