Skip to content

Relock dependencies 2024-12-16 (#166) #105

Relock dependencies 2024-12-16 (#166)

Relock dependencies 2024-12-16 (#166) #105

Workflow file for this run

name: Continuous Integration (Master)
on:
push:
branches:
- "master"
- "main"
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
verify:
uses: ./.github/workflows/checks.yml
examples:
uses: ./.github/workflows/examples.yml
ssl_cert:
uses: ./.github/workflows/ssl_cert.yml
publish-docs:
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml