mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 19:58:40 +00:00
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -9,9 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
|
||||||
!contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
|
||||||
!contains(toJSON(github.event.commits.*.message), '[ci skip]')
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
3
.github/workflows/screenshotter.yml
vendored
3
.github/workflows/screenshotter.yml
vendored
@@ -9,9 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
screenshotter:
|
screenshotter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
|
||||||
!contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
|
|
||||||
!contains(toJSON(github.event.commits.*.message), '[ci skip]')
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
browser: [chrome, firefox, safari]
|
browser: [chrome, firefox, safari]
|
||||||
|
Reference in New Issue
Block a user