Skip to content

Commit

Permalink
rework ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 16, 2024
1 parent 5660461 commit d462c7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/massaStation-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish-npm-next:

runs-on: ubuntu-latest
# needs: test
needs: test

steps:
- name: Checkout code
Expand Down

0 comments on commit d462c7f

Please sign in to comment.