Skip to content

Commit 1ecb97b

Browse files
authored
Merge branch 'main' into bb-jan24-install-code
2 parents d90bb1f + 857f4c6 commit 1ecb97b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
jobs:
3-
build_book:
3+
build-book:
44
docker:
55
- image: cimg/python:3.9
66
steps:
@@ -22,6 +22,6 @@ jobs:
2222
# Tell CircleCI to use this workflow when it builds the site
2323
workflows:
2424
version: 2
25-
build_book:
25+
build-book:
2626
jobs:
27-
- build_book
27+
- build-book

.github/workflows/artifact_redirect.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Book Preview Redirect
22
on: [status]
33

4+
concurrency:
5+
group: docs-preview-${{ github.ref }}
6+
cancel-in-progress: true
7+
48
jobs:
59
circleci_artifacts_redirector_job:
610
runs-on: ubuntu-latest
711
# For testing this action on a fork, remove the "github.repository =="" condition.
8-
if: "github.repository == 'pyOpenSci/python-package-guide' && github.event.context == 'ci/circleci: build_book'"
12+
if: "github.event.context == 'ci/circleci: build-book'"
913
permissions:
1014
statuses: write
1115
name: Run CircleCI artifacts redirector

0 commit comments

Comments
 (0)