We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06173e9 commit efb0a84Copy full SHA for efb0a84
.github/workflows/tests.yaml
@@ -15,14 +15,15 @@ on:
15
jobs:
16
unit_tests:
17
name: Unit Tests
18
- if: "contains(github.event.commits[0].message, '[ci skip]') == false"
+ # Homemade support for [ci skip] no longer needed
19
+ # https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
20
+ # if: "contains(github.event.commits[0].message, '[ci skip]') == false"
21
strategy:
22
fail-fast: false
23
matrix:
24
os:
25
- ubuntu
26
ruby:
- - 2.4
27
- 2.5
28
- 2.6
29
- 2.7
0 commit comments