Skip to content

Commit a9a6be6

Browse files
committed
remove redundant doc build, remove labeler
1 parent ec10975 commit a9a6be6

File tree

4 files changed

+1
-39
lines changed

4 files changed

+1
-39
lines changed

.github/labeler.yml

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

.github/workflows/labeler.yml

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

.github/workflows/runtests.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,6 @@ jobs:
6666
flags: unittests
6767
name: PR_tests
6868
token: ${{ secrets.CODECOV_TOKEN }}
69-
70-
# Tests building the docs if the PR is labeled as documentation
71-
build-docs:
72-
if: contains(github.event.pull_request.labels.*.name, 'documentation')
73-
runs-on: ubuntu-latest
74-
75-
steps:
76-
- uses: actions/checkout@v4
77-
with:
78-
fetch-tags: 'true'
79-
80-
- uses: ./.github/actions/mamba-install-dascore
81-
with:
82-
python-version: "3.12"
83-
environment-file: './.github/doc_environment.yml'
84-
85-
- uses: ./.github/actions/build-docs
8669

8770

8871
# This is a very useful step for debugging, it allows you to ssh into the CI

.github/workflows/test_doc_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ jobs:
5353
body: |
5454
✅ Documentation built:
5555
👉 [Download](${{ steps.artifact_url.outputs.url }})
56+
Note: You must be logged in to github and a DASDAE member to access the link.

0 commit comments

Comments
 (0)