From d462c7ffc637ac15b603d1f62b1833c57727d04f Mon Sep 17 00:00:00 2001 From: Pierre Seznec Date: Wed, 16 Oct 2024 12:07:30 +0200 Subject: [PATCH] rework ci workflows --- .github/workflows/massaStation-e2e-tests.yml | 4 ++++ .github/workflows/npm-publish-next.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/massaStation-e2e-tests.yml b/.github/workflows/massaStation-e2e-tests.yml index 5c90506..e29b44e 100644 --- a/.github/workflows/massaStation-e2e-tests.yml +++ b/.github/workflows/massaStation-e2e-tests.yml @@ -2,6 +2,10 @@ name: MassaStation e2e tests on: push: + # for these branchs, tests will be callend from publish workflow + branches-ignore: + - main + - next workflow_call: jobs: diff --git a/.github/workflows/npm-publish-next.yml b/.github/workflows/npm-publish-next.yml index 7452e65..490f584 100644 --- a/.github/workflows/npm-publish-next.yml +++ b/.github/workflows/npm-publish-next.yml @@ -10,7 +10,7 @@ jobs: publish-npm-next: runs-on: ubuntu-latest - # needs: test + needs: test steps: - name: Checkout code