refactor: rename and simplify secrets scanning workflow #7
Workflow file for this run
This file contains hidden or 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: Periodic | ||
| on: | ||
| workflow_dispatch: | ||
| # schedule: | ||
| # # Run weekly to check URL links still resolve | ||
| # - cron: "0 8 * * WED" | ||
| # Note: linkcheck job removed - docs are now in smartem-devtools repo | ||
| # See https://github.com/DiamondLightSource/smartem-devtools for documentation | ||
| jobs: {} | ||