Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Dupont <nicolas.dupont@beta.gouv.fr>
  • Loading branch information
MattiSG and Ndpnt committed May 21, 2024
1 parent a5ffb75 commit 34d489d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
deploy:
runs-on: ubuntu-latest

needs: [ validate ] # also depends on build for caching build, not repeated to avoid building twice
needs: [ validate ] # also depends on `build-and-cache` job for caching build, not repeated to avoid building twicetwice

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 34d489d

Please sign in to comment.