Skip to content

Commit

Permalink
Refactoring workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed May 15, 2023
1 parent 947fcf1 commit d5598de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- '*'
jobs:
services:
CI:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, 'no-ci') }}
steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: 🧪 Testing Services - Original Connection
run: npm run test:original

npm:
Publish:
runs-on: ubuntu-latest
needs: [CI]
if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'v')
Expand Down

0 comments on commit d5598de

Please sign in to comment.