Skip to content

Commit

Permalink
Run plone version check only once a week, or manually.
Browse files Browse the repository at this point in the history
I look at this only rarely, so it is not needed to run this on every PR or commit.
  • Loading branch information
mauritsvanrees committed Sep 12, 2024
1 parent 41fb3ca commit 3c362c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/versioncheck.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Plone Versioncheck

on:
push:
branches: ["6.1"]
schedule:
- cron: "40 6 * * 0"
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 3c362c3

Please sign in to comment.