Skip to content

Commit dd01977

Browse files
committed
ci: remove ci:off flag
- Removing this flag becasue it's not needed for the foreseeable future. `ci:off` was borrowed from the Chaste project's CI to avoid expensive macOS builds when this repo was private, particularly when dependabot changes came once a week. Now the repo is public we no longer incur those costs, and removing this flag makes CI scripts easier to read.
1 parent 1899f97 commit dd01977

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-cpp-libs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types: [opened, synchronize, reopened, labeled, unlabeled]
98
branches:
109
- '**'
1110

@@ -14,7 +13,6 @@ jobs:
1413
build-libs:
1514
name: Build C++ libs
1615
runs-on: ${{ matrix.os }}
17-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:off') }}
1816

1917
strategy:
2018
fail-fast: false

.github/workflows/pytest-ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types: [opened, synchronize, reopened, labeled, unlabeled]
98
branches:
109
- main
1110
release:
@@ -16,7 +15,6 @@ jobs:
1615
run_python_tests:
1716
name: Run python tests on ${{ matrix.python-version }}
1817
runs-on: ubuntu-latest
19-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:off') }}
2018

2119
strategy:
2220
fail-fast: false

0 commit comments

Comments
 (0)