Skip to content

Commit 6bfa0bf

Browse files
Updated github actions
1 parent 4a2941a commit 6bfa0bf

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
on: [push, workflow_dispatch]
1+
on: [push]
22
name: ci
33
jobs:
44
build:
5-
strategy:
6-
matrix:
7-
runner: [self-hosted, ubuntu-latest]
8-
runs-on: ${{ matrix.runner }}
5+
runs-on: ubuntu-latest
6+
97
steps:
108
- uses: actions/checkout@v2
119
- name: Set up JDK 16

0 commit comments

Comments
 (0)