Skip to content

Commit

Permalink
ci: drop ignoring [ci skip] manually
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Apr 8, 2024
1 parent c900bcb commit 52d9851
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
jobs:
build-ubuntu:
runs-on: ubuntu-latest
if: "!endsWith(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v4
- name: Install TeX Live
Expand All @@ -28,7 +27,6 @@ jobs:
build-macos:
runs-on: macos-latest
if: "!endsWith(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v4
- name: Install TeX Live
Expand All @@ -47,7 +45,6 @@ jobs:
## Line wrap problem is difficult to resolve on windows.
# build-windows:
# runs-on: windows-latest
# if: "!endsWith(github.event.head_commit.message, '[ci skip]')"
# steps:
# - uses: actions/checkout@v4
# - name: Install TeX Live
Expand Down

0 comments on commit 52d9851

Please sign in to comment.