Skip to content

Commit

Permalink
book not uploading if act
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 18, 2025
1 parent 92dbe37 commit a4e3784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/pre-commit.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tests-folder: src/tests

- name: Coveralls GitHub Action
if: ${{ env.ACT != 'true' }} # Skip if running with 'act'
if: ${% raw %}{{ env.ACT != 'true' }}{% endraw %} # Skip if running with 'act'
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
Expand Down

0 comments on commit a4e3784

Please sign in to comment.