diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6c7ae6..b775dba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: branches: - '*' jobs: - services: + CI: runs-on: ubuntu-latest if: ${{ !startsWith(github.event.head_commit.message, 'no-ci') }} steps: @@ -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')