Skip to content

Commit

Permalink
Merge pull request #32 from mangrovedao/fix/workflow
Browse files Browse the repository at this point in the history
chore: change workflow
  • Loading branch information
maxencerb authored May 13, 2024
2 parents 0a3cad0 + 1f957b8 commit 3e7925d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 35 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Changesets
on:
push:
branches: main
branches:
- main
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
with:
submodules: 'recursive'

- name: Install dependencies
Expand All @@ -69,4 +70,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# https://docs.npmjs.com/generating-provenance-statements
NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: true
13 changes: 13 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Pull request
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit
32 changes: 0 additions & 32 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 3e7925d

Please sign in to comment.