Skip to content

Commit

Permalink
Update data2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadeb-git committed May 18, 2024
1 parent b2339e7 commit 3c2f320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Data2 Python script

on:
schedule:
- cron: '1 */6 * * *' # runs at the first minute of every 6th hour. (12:01a, 6:01a, 12:01p, and 6:01p)
- cron: '1 */5 * * *' # runs at the first minute of every 6th hour. (12:01a, 6:01a, 12:01p, and 6:01p)
workflow_dispatch: # Allow manual triggering of the workflow

jobs:
Expand Down

0 comments on commit 3c2f320

Please sign in to comment.