Skip to content

Commit

Permalink
the workflow starts every monday at 8am UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTisi authored and PicoCentauri committed Feb 16, 2024
1 parent 56a181a commit 4efbf61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tags: ["*"]
pull_request:
# Check all PR
schedule:
- cron: '0 8 * * 1' # run every Monday at 8am UTC

jobs:
build-and-publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Lint
on:
pull_request:
branches: [main]
schedule:
- cron: '0 8 * * 1' # run every Monday at 8am UTC

jobs:
lint:
Expand Down

0 comments on commit 4efbf61

Please sign in to comment.