Skip to content

Commit

Permalink
🚧 chore: remove unnecessary job
Browse files Browse the repository at this point in the history
  • Loading branch information
gleisonkz committed Apr 20, 2022
1 parent e5d67bb commit 8b931fc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: Build and test
name: Build, test and Publish to NPM
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
runs-on: ubuntu-latest

Expand All @@ -24,16 +24,6 @@ jobs:

- name: 🧪 Tests
run: npm run test
publish:
name: Publish to npm
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'

- name: 🚀 Release
env:
Expand Down

0 comments on commit 8b931fc

Please sign in to comment.