Skip to content

Commit

Permalink
DEV - Update workflows (#1831)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trallard authored May 27, 2024
1 parent c839490 commit a2df737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: continuous-integration-tox
name: continuous-integration

# Concurrency group that uses the workflow name and PR number if available
# or commit SHA as a fallback. If a new build is triggered under that
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/actions/set-dev-env
with:
python-version: ${{ matrix.python-version }}
pandoc: "True"
pandoc: true
- name: "Install (prerelease) dependencies 📦"
run: |
python -Im pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit a2df737

Please sign in to comment.