Skip to content

Commit

Permalink
schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-swift committed Sep 23, 2024
1 parent 2b9010f commit d536065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: "15 3 * * 2"

permissions:
contents: read
Expand All @@ -22,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-report
path: test_report
path: docs

build:
needs: run_testing
Expand Down

0 comments on commit d536065

Please sign in to comment.