From 476c6111203d634760a67742ae0a0184811ddc52 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Wed, 15 May 2024 11:02:39 +0200 Subject: [PATCH] Do not post test reports on pushes to master --- .github/workflows/publish-test-results.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index da798e1b9d..12403ad967 100644 --- a/.github/workflows/publish-test-results.yml +++ b/.github/workflows/publish-test-results.yml @@ -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: