Skip to content

Commit

Permalink
ci(server): remove condition for ci-server-test on ci_server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx authored Aug 7, 2023
1 parent 9ca7067 commit 1507a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

ci-server-test:
runs-on: ubuntu-latest
if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v')
services:
mongo:
image: mongo:5-focal
Expand Down

0 comments on commit 1507a03

Please sign in to comment.