Skip to content

Commit

Permalink
chore: CI 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 committed Nov 30, 2024
1 parent 95eeba0 commit 19fe702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
MONGO_DB_DATABASE: ${{ secrets.MONGO_DB_DATABASE }}
WEATHER_SERVICE_KEY: ${{ secrets.WEATHER_SERVICE_KEY }}
RTK_EXPIRATION_LENGTH: ${{ secrets.RTK_EXPIRATION_LENGTH }}
REST_API_KEY: ${{ secrets.REST_API_KEY }}
with:
arguments: check
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
Expand Down

0 comments on commit 19fe702

Please sign in to comment.