check-with-upstream #79
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: check-with-upstream | |
# Run every Monday. | |
on: | |
schedule: | |
- cron: '0 0 * * 1' | |
jobs: | |
check-selectors-ksm: | |
runs-on: ubuntu-latest | |
name: Check if KSM selectors are present on applicable metrics. | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
- run: make --always-make check-selectors-ksm |