diff options
| author | XhmikosR <[email protected]> | 2020-05-11 21:04:27 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-11 21:04:27 +0300 |
| commit | a22e2900f99a71d182f31f9fad7cd86e608cbe94 (patch) | |
| tree | c11918f563623c13e0cad8fc3f7a8d632e104b16 /.github/workflows | |
| parent | bf06347020c10ba97976dfeff5cd0ac8c27e5ea1 (diff) | |
| download | bootstrap-a22e2900f99a71d182f31f9fad7cd86e608cbe94.tar.xz bootstrap-a22e2900f99a71d182f31f9fad7cd86e608cbe94.zip | |
Update codeql.yml (#30777)
Remove moot fail-fast option
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f73166cc1..777d812d6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,8 +8,6 @@ on: jobs: CodeQL-Build: runs-on: ubuntu-latest - strategy: - fail-fast: false steps: - name: Checkout repository |
