Skip to content

Commit ded7172

Browse files
authored
Deactivate non-critical CI jobs, remove conda build jobs (#3927)
1 parent 5ffc1c8 commit ded7172

File tree

7 files changed

+261
-414
lines changed

7 files changed

+261
-414
lines changed

.github/workflows/bandit.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# GitHub Actions Bandit Workflow
1+
# # GitHub Actions Bandit Workflow
22

3-
name: Bandit
3+
# name: Bandit
44

5-
on:
6-
pull_request:
7-
branches: [ main ]
5+
# on:
6+
# pull_request:
7+
# branches: [ main ]
88

9-
workflow_dispatch:
9+
# workflow_dispatch:
1010

11-
jobs:
12-
build:
13-
runs-on: ubuntu-latest
11+
# jobs:
12+
# build:
13+
# runs-on: ubuntu-latest
1414

15-
steps:
16-
- uses: actions/checkout@v2
15+
# steps:
16+
# - uses: actions/checkout@v2
1717

18-
# Task will fail if any high-severity issues are found
19-
# Ignoring submodules
20-
- name: Run Bandit Security Analysis
21-
run: |
22-
python -m pip install bandit
23-
python -m bandit -r . -x ./third_party -lll
18+
# # Task will fail if any high-severity issues are found
19+
# # Ignoring submodules
20+
# - name: Run Bandit Security Analysis
21+
# run: |
22+
# python -m pip install bandit
23+
# python -m bandit -r . -x ./third_party -lll

.github/workflows/build-conda-m1.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/build-conda-windows.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/build_conda_linux.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)