Skip to content

Commit

Permalink
change pkgcheck to not run on every single push, just once a month is…
Browse files Browse the repository at this point in the history
… OK with me
  • Loading branch information
njtierney committed Jan 20, 2025
1 parent 37eb8a4 commit be38c14
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ concurrency:
cancel-in-progress: true

on:
# Manually trigger the Action under Actions/pkgcheck
workflow_dispatch:
# Run on every push to main
push:
branches:
- main
- master
schedule:
# Runs at midnight UTC on the 1st day of every month
- cron: '0 0 1 * *'

jobs:
pkgcheck:
Expand Down

0 comments on commit be38c14

Please sign in to comment.