Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 08 Jan 2022 12:29:58 UTC Commit: a290251747404c77ee0f53c9714f67ac4b13e3ec https://github.com/geany/www.geany.org/commit/a290251747404c77ee0f53c9714f67...
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).