Skip to content

Commit

Permalink
[ci skip] Add ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption committed Sep 4, 2021
1 parent dd991e7 commit ec26f1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Dev-Builds
on: [push]
jobs:
test:
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
runs-on: ubuntu-20.04
container:
image: openjdk:8-jdk
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Dev-Builds
on: [pull_request]
jobs:
test:
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
runs-on: ubuntu-20.04
container:
image: openjdk:8-jdk
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Stable Builds
on: [workflow_dispatch] # Manual trigger
jobs:
build:
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
runs-on: ubuntu-20.04
container:
image: openjdk:8-jdk
Expand Down

0 comments on commit ec26f1a

Please sign in to comment.