Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Aug 5, 2024
1 parent c9e458b commit 21bee6d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
name: plr daily
run-name: plr daily - ${{ github.event.head_commit.message }}

on: [push, pull_request, workflow_dispatch]
schedule:
on:
push:
pull_request:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 1 * * *'
- cron: '30 1 * * *'
jobs:
master:
# SEEN JUL 2024
Expand Down

0 comments on commit 21bee6d

Please sign in to comment.