Skip to content

Commit

Permalink
testing dashboard action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Jan 24, 2025
1 parent 36fbf86 commit 4704cbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dashboard

on:
schedule:
- cron: '0 0 * * 1-5'
- cron: '0 2 * * 1-5'
jobs:
build:
# This should only run in one place.
Expand All @@ -11,8 +11,6 @@ jobs:
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Check out GitHub Pages branch
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4704cbc

Please sign in to comment.