Skip to content

Commit

Permalink
fix so runs once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 29, 2024
1 parent 92a64fa commit 3bf5ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Periodic URL Check

on:
pull_request:
workflow_dispatch:
schedule:
- cron: '*/2 * * * *'
- cron: '0 0 1 * *'

jobs:
set-up:
Expand Down

0 comments on commit 3bf5ac4

Please sign in to comment.