Skip to content

Commit

Permalink
Remove job dependencies left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Dec 1, 2020
1 parent cc1d2b5 commit e042101
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ on:
jobs:
docker-push:
if: github.ref == 'refs/heads/master'
needs:
- lint
- flow-test
- unit-test
- visual-test-chrome
- visual-test-firefox
- visual-test-safari
- visual-test-edge
runs-on: ubuntu-18.04
steps:
- name: Checkout
Expand Down

0 comments on commit e042101

Please sign in to comment.