Skip to content

Commit

Permalink
chore: add dependant flow
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed May 30, 2022
1 parent c2be9d3 commit 078a6ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
needs: "test"
steps:
- name: Check out Git repository
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
release:
runs-on: ${{ matrix.os }}
needs: "test"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 078a6ee

Please sign in to comment.