qusal/.github/workflows/cron.yaml

29 lines
626 B
YAML
Raw Normal View History

2025-01-08 14:33:01 +01:00
# yamllint disable-line rule:line-length
# SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
---
name: Cron
# yamllint disable-line rule:truthy
on:
schedule:
2024-05-15 11:02:56 +02:00
- cron: "0 0 1,15 * *"
concurrency:
group: ci-${{ github.ref }}-10
cancel-in-progress: true
jobs:
pgp-expiration-check:
strategy:
fail-fast: false
2025-01-08 14:33:01 +01:00
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Discover keys that are expired or close to expiration date
run: scripts/pgp-lint.sh