Disable JVM on Actions, better triggers (#1262)

This commit is contained in:
Rahuλ Dé 2022-05-08 18:49:13 +01:00 committed by GitHub
parent 5b455cd51b
commit 4a13965a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,14 @@ on:
branches: branches:
- master - master
pull_request: pull_request:
branches:
- master
# TODO: Add deploy if needed # TODO: Add deploy if needed
jobs: jobs:
jvm: jvm:
if: "!contains(github.event.head_commit.message, 'skip ci')" if: ${{ false }} # Disabled
# if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
LEIN_ROOT: "true" LEIN_ROOT: "true"