Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-11 21:04:27 +0300
committerGitHub <noreply@github.com>2020-05-11 21:04:27 +0300
commita22e2900f99a71d182f31f9fad7cd86e608cbe94 (patch)
treec11918f563623c13e0cad8fc3f7a8d632e104b16 /.github
parentbf06347020c10ba97976dfeff5cd0ac8c27e5ea1 (diff)
Update codeql.yml (#30777)
Remove moot fail-fast option
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index f73166cc16..777d812d6d 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