Skip to content

Commit a2df737

Browse files
authored
DEV - Update workflows (#1831)
As I was checking #1818 and the new workflows, I realized I had forgotten to update the workflow reference so that the coverage action calls the correct workflow. AFAIK the way the workflows are implemented now, the coverage comment should only trigger on PRs, so should no longer block releases, as mentioned in #1818
1 parent c839490 commit a2df737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: continuous-integration-tox
1+
name: continuous-integration
22

33
# Concurrency group that uses the workflow name and PR number if available
44
# or commit SHA as a fallback. If a new build is triggered under that

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ./.github/actions/set-dev-env
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
pandoc: "True"
29+
pandoc: true
3030
- name: "Install (prerelease) dependencies 📦"
3131
run: |
3232
python -Im pip install --upgrade pip wheel setuptools

0 commit comments

Comments
 (0)