Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
update .github/workflows/releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Apr 3, 2023
1 parent f69f981 commit fd1f019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
paths: [ 'version.json' ]

concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true

jobs:
releaser:
uses: protocol/.github/.github/workflows/releaser.yml@master

0 comments on commit fd1f019

Please sign in to comment.