Mercurial > p > roundup > code
comparison .github/workflows/codeql-analysis.yml @ 7194:8dc5b3739367
Prevent github actions from running if commit includes 'no-github-ci'
I'm geting tired of cancelling the github actions while trying to get
travis-ci working.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Feb 2023 01:36:09 -0500 |
| parents | fcf7e210a0f9 |
| children | a81f3750a14a |
comparison
equal
deleted
inserted
replaced
| 7193:e621c0da09c2 | 7194:8dc5b3739367 |
|---|---|
| 31 jobs: | 31 jobs: |
| 32 analyze: | 32 analyze: |
| 33 name: Analyze | 33 name: Analyze |
| 34 runs-on: ubuntu-latest | 34 runs-on: ubuntu-latest |
| 35 | 35 |
| 36 if: "!contains(github.event.head_commit.message, 'no-github-ci')" | |
| 37 | |
| 36 permissions: | 38 permissions: |
| 37 contents: read | 39 contents: read |
| 38 security-events: write | 40 security-events: write |
| 39 | 41 |
| 40 strategy: | 42 strategy: |
