Browse Source

don't run in merge group (#3381)

Alex Meijer 7 months ago
parent
commit
08c68ddf7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/integration-testing.yaml

+ 1 - 1
.github/workflows/integration-testing.yaml

@@ -220,7 +220,7 @@ jobs:
            
     hold-on-failure:
       needs: [wait_for_image_ready, run-tests, run-comparison-tests]
-      if: ${{ always() && (needs.run-tests.outputs.passed == 'false' || needs.run-comparison-tests.outputs.passed == 'false')}} 
+      if: ${{ always() && (needs.run-tests.outputs.passed == 'false' || needs.run-comparison-tests.outputs.passed == 'false') && github.event_name != 'merge_group'}} 
       runs-on: ubuntu-latest
       permissions: {}
       steps: