Skip to content

Commit

Permalink
Adds ability to run on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 30, 2024
1 parent eb96ad9 commit 6189c9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/indexnow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
# * is a special character in YAML so you have to quote this string
# https://crontab.cronhub.io/
- cron: '0 0 * * SAT'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
indexing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6189c9c

Please sign in to comment.