Skip to content

Commit

Permalink
change to true
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierMod committed Sep 26, 2024
1 parent 95ad454 commit 5c5def2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id-token: write
contents: read
needs: changes
if: ${{ needs.changes.outputs.frontend == 'false' }}
if: ${{ needs.changes.outputs.frontend == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5c5def2

Please sign in to comment.