This is an automated email from the ASF dual-hosted git repository.
smakov pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/github-actions by this push:
new f994f11 WIP on Github Actions setup.
f994f11 is described below
commit f994f11a60c41e45040062cea102241fdd7cc389
Author: smakov <[email protected]>
AuthorDate: Wed May 13 23:55:24 2020 +0300
WIP on Github Actions setup.
---
.github/workflows/main-build.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml
index fa58153..c601cce 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-build.yml
@@ -7,14 +7,11 @@ on:
jobs:
build:
- # Disable build if commit message contains [ci skip] or [skip ci].
- if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
!contains(toJSON(github.event.commits.*.message), '[ci skip]')"
-
name: "Build on JDK ${{matrix.java}} (${{matrix.os}})"
strategy:
matrix:
- os: [ubuntu-latest, windows-latest]
+ os: ubuntu-latest
java: [8, 11]
runs-on: ${{matrix.os}}