From da7ea3c97ba1cf21638e2b4c7d39ff2096848eca Mon Sep 17 00:00:00 2001 From: Geofrey Flores Date: Mon, 31 Jul 2023 15:55:44 -0400 Subject: [PATCH] making tests optional to publish (for now) when merged to master --- .github/workflows/on-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-merge.yml b/.github/workflows/on-merge.yml index 808e49c02..f626bb47d 100644 --- a/.github/workflows/on-merge.yml +++ b/.github/workflows/on-merge.yml @@ -102,7 +102,7 @@ jobs: publish: name: Publish module - needs: [integration-tests-standalone] + needs: [build] if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest container: