Skip to content

Commit

Permalink
Merge pull request #2914 from johannaengland/workflows/do-not-publish…
Browse files Browse the repository at this point in the history
…-test-results-on-master

Do not publish test reports on pushes to master
  • Loading branch information
johannaengland authored May 15, 2024
2 parents a52309e + d46190b commit 30ba222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows: ["Build NAV and run full test suite"]
types:
- completed
branches-ignore: ["master"] # Do not run on pushes to master

jobs:
publish-test-results:
Expand All @@ -30,7 +31,7 @@ jobs:
done
- name: "Publish test results"
uses: EnricoMi/publish-unit-test-result-action/composite@v1
uses: EnricoMi/publish-unit-test-result-action@v2
with:
commit: ${{ github.event.workflow_run.head_sha }}
check_name: "Test results"
Expand Down

0 comments on commit 30ba222

Please sign in to comment.