[geany/www.geany.org] a29025: Add weekly schedule for CI jobs
Enrico Tröger
git-noreply at xxxxx
Sat Jan 8 12:29:58 UTC 2022
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 08 Jan 2022 12:29:58 UTC
Commit: a290251747404c77ee0f53c9714f67ac4b13e3ec
https://github.com/geany/www.geany.org/commit/a290251747404c77ee0f53c9714f67ac4b13e3ec
Log Message:
-----------
Add weekly schedule for CI jobs
Modified Paths:
--------------
.github/workflows/linting.yml
Modified: .github/workflows/linting.yml
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -20,6 +20,9 @@ on:
pull_request:
branches:
- master
+ schedule:
+ # Run weekly on Friday
+ - cron: '21 4 * * FRI'
jobs:
Lint:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list