mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-06 01:25:51 -05:00
chore: Remove CodeQL strategy (#79)
The job isn't using a matrix, so this value isn't allowed
This commit is contained in:
parent
f729db2261
commit
9bcc1e21d0
1 changed files with 0 additions and 3 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -10,9 +10,6 @@ on:
|
|||
jobs:
|
||||
CodeQL-Build:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
# CodeQL runs on ubuntu-latest and windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue