Skip to content

Commit

Permalink
wip: πŸ”• temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Feb 1, 2025
1 parent 22770e8 commit 6bb808f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
build-web:
name: Build the frontend
runs-on: ubuntu-latest
needs: [filter]
needs: [filter] # since this is the initial step, we can filter out the rest of the jobs right here to skip them
if: ${{ needs.filter.outputs.backend == 'true' || needs.filter.outputs.frontend == 'true' }}
env: {FORCE_COLOR: 'true', NPM_PREFIX: './web'}
steps:
Expand Down

0 comments on commit 6bb808f

Please sign in to comment.