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 d7f054f commit 9e509b5
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 @@ -15,7 +15,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 9e509b5

Please sign in to comment.