Skip to content

Commit 9ee9f57

Browse files
committed
GoGo
1 parent 388c250 commit 9ee9f57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ansible-deployments.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on: [push,pull_request]
55
jobs:
66
test_judgedaemon_role:
77
strategy:
8+
#matrix:
9+
# os: [ubuntu-latest, ubuntu-20.04]
10+
# role: [domserver,judgehost]
811
matrix:
9-
os: [ubuntu-latest, ubuntu-20.04]
10-
role: [domserver,judgehost]
12+
os: [ubuntu-latest]
13+
role: [domserver]
1114
runs-on: ${{ matrix.os }}
1215
steps:
1316
- name: Checkout repo

0 commit comments

Comments
 (0)