Skip to content

Commit

Permalink
actions: disable publish step on gitea actions and local 'act'
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
  • Loading branch information
tycho committed Dec 23, 2023
1 parent d730f68 commit c3e9432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glad2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: PRINT_MESSAGE=1 xvfb-run --auto-servernum ./utility/test.sh
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
if: always() && env.GITEA_ACTIONS != 'true' && env.ACT != 'true'
with:
files: test-report.xml
comment_mode: off

0 comments on commit c3e9432

Please sign in to comment.