Skip to content

Commit

Permalink
spreadsheets-office365: set scheudler to every 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 19, 2024
1 parent 3e31cc0 commit 1eb2b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-spreadsheets-office365.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
JAVA_VERSION: '8'
CERT_BASE64: ${{ secrets.SPREADSHEETS_OFFICE365_CERT_B64 }}
PKCS8_KEY_BASE64: ${{ secrets.SPREADSHEETS_OFFICE365_PKCS8_KEY_B64 }}
SCHEDULER_CRON: "0 * * * * *"
SCHEDULER_CRON: "0 */10 * * * *"

jobs:
test:
Expand Down

0 comments on commit 1eb2b05

Please sign in to comment.