Skip to content

Commit

Permalink
Merge pull request #18 from OP-TED/Scheduling
Browse files Browse the repository at this point in the history
index_site.yml: remove scheduling
  • Loading branch information
NPJ-OP-LUX authored Nov 21, 2024
2 parents 898fc6b + 1a9aca9 commit fedeec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/index_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Index TED Developer Docs

on:
#workflow_dispatch
workflow_dispatch:
schedule:
#workflow_dispatch:
#schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 4 * * *'
# - cron: '0 4 * * *'

env:
JOBS_REPO: github.com/OP-TED/OP-TED.github.io
Expand Down

0 comments on commit fedeec8

Please sign in to comment.