Skip to content

Commit

Permalink
fix(deploy.yml): set CI to false to avoid scheduled job failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrElsayyad committed Jul 12, 2024
1 parent 68cea1b commit da42204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Deploy
env:
CI: true
CI: false
GITHUB_USERNAME: ${{ github.repository_owner }}
REACT_APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is automatically set by Github Actions
USE_GITHUB_DATA: "true"
Expand Down

0 comments on commit da42204

Please sign in to comment.