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
committerXhmikosR <xhmikosr@gmail.com>2020-05-12 19:21:36 +0300
commiteb1df3e07915fc77fd0f1250efa5588f3bd0f30f (patch)
tree72c29ae6f8178e7f80d1ad0f9bc5c906a62d2aa9
parentdf91d2cab016c104f007b6e2b7bf93245e401f9d (diff)
Update codeql.yml (#30777)
Remove moot fail-fast option
-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