Schedule automerging to only happen in office hours #201
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: Source safety | |
on: | |
pull_request: | |
push: | |
jobs: | |
secrets: | |
name: Check for secrets | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@main |