summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <yuki.okushi@huawei.com>2021-07-14 09:21:09 +0900
committerYuki Okushi <yuki.okushi@huawei.com>2021-07-14 09:21:09 +0900
commit47141e780a62dc32665d5412c3400c92fb1d3b6c (patch)
tree3686637983a247a11506fe228088f061e88099f6 /.github
parent9c1489fa8afd40a69b3cb31a8954986f581a6980 (diff)
downloadrust-libc-47141e780a62dc32665d5412c3400c92fb1d3b6c.tar.gz
GHA: Remove unnecessary config
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml10
-rw-r--r--.github/workflows/main.yml2
2 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 32ffd539cb..62267431c9 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -85,8 +85,6 @@ jobs:
style_check:
name: Style check
runs-on: ubuntu-20.04
- strategy:
- fail-fast: true
steps:
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
with:
@@ -155,8 +153,6 @@ jobs:
name: Docker Switch
needs: [docker_linux_tier1, style_check]
runs-on: ubuntu-20.04
- strategy:
- fail-fast: true
steps:
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
with:
@@ -232,8 +228,6 @@ jobs:
needs: build_channels_linux
runs-on: ubuntu-20.04
continue-on-error: true
- strategy:
- fail-fast: true
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
@@ -247,8 +241,6 @@ jobs:
needs: build_channels_macos
runs-on: macos-10.15
continue-on-error: true
- strategy:
- fail-fast: true
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
@@ -261,8 +253,6 @@ jobs:
name: Generate documentation
runs-on: ubuntu-20.04
needs: docker_linux_tier2
- strategy:
- fail-fast: true
steps:
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
with:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 06f02c2660..0abb9a7d50 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -77,8 +77,6 @@ jobs:
style_check:
name: Style check
runs-on: ubuntu-20.04
- strategy:
- fail-fast: true
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain