Mercurial > p > roundup > code
comparison .github/workflows/codeql-analysis.yml @ 6956:ca6b056b79a4
only run on most current push.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 23:00:52 -0400 |
| parents | 432edc4d8123 |
| children | 4adbf5e8589a |
comparison
equal
deleted
inserted
replaced
| 6955:0a46ce061db6 | 6956:ca6b056b79a4 |
|---|---|
| 18 pull_request: | 18 pull_request: |
| 19 # The branches below must be a subset of the branches above | 19 # The branches below must be a subset of the branches above |
| 20 branches: [ master ] | 20 branches: [ master ] |
| 21 schedule: | 21 schedule: |
| 22 - cron: '28 17 * * 1' | 22 - cron: '28 17 * * 1' |
| 23 | |
| 24 concurrency: | |
| 25 group: ${{ github.workflow }}-${{ github.ref }} | |
| 26 cancel-in-progress: true | |
| 23 | 27 |
| 24 jobs: | 28 jobs: |
| 25 analyze: | 29 analyze: |
| 26 name: Analyze | 30 name: Analyze |
| 27 runs-on: ubuntu-latest | 31 runs-on: ubuntu-latest |
