Skip to content

Commit

Permalink
chore: update workflow (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
varl authored May 10, 2021
1 parent 11cd4c1 commit be6c3ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dhis2-verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
jobs:
install:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- uses: actions/checkout@v2
Expand All @@ -37,7 +36,6 @@ jobs:
lint:
runs-on: ubuntu-latest
needs: install
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -56,7 +54,6 @@ jobs:
test:
runs-on: ubuntu-latest
needs: install
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -75,7 +72,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: [install, lint, test]
if: "!contains(github.event.head_commit.message, '[skip ci]')"
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit be6c3ad

Please sign in to comment.