New Database Check #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: New Database Check | |
on: | |
schedule: | |
# 08:00 on the first of every month | |
- cron: '0 8 1 * *' | |
jobs: | |
check_database: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: scripts/database_modified_stamp check last_used_database.txt |