Skip to content

Commit

Permalink
Resolve deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Silva committed Dec 23, 2022
1 parent 7e86015 commit f3bed79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- 'docker/pure-ftpd/**'
Build-PFTP:
needs: [filter-paths]
if: ${{ needs.filter-paths.outputs.pftp == 'true' }}
runs-on: ubuntu-latest
steps:
-
Expand Down Expand Up @@ -69,8 +68,8 @@ jobs:
platforms: linux/amd64,linux/arm64
Build-Frontend:
needs: [filter-paths]
if: ${{ needs.filter-paths.outputs.web == 'true' }}
runs-on: ubuntu-latest
if: ${{ needs.filter-paths.outputs.web == 'true' }}
steps:
-
name: Checkout
Expand Down

0 comments on commit f3bed79

Please sign in to comment.