Explorar o código

don't run in merge group

Alex Meijer hai 7 meses
pai
achega
20dd0bd9f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: