Skip to content

Commit

Permalink
test the updated field
Browse files Browse the repository at this point in the history
Signed-off-by: Diogenes Fernandes <[email protected]>
  • Loading branch information
diofeher committed Dec 28, 2024
1 parent 0d758cf commit aaa7050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Index (cron)
permissions:
actions: write
on:
workflow_dispatch:
schedule:
- cron: "*/15 * * * *" # Run every 15 minutes
# - cron: "*/15 * * * *" # Run every 15 minutes
- cron: "*/1 * * * *" # Run every 1 minutes
concurrency:
group: index
cancel-in-progress: false
Expand Down

0 comments on commit aaa7050

Please sign in to comment.