Skip to content

Commit

Permalink
[WIP] mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Apr 14, 2024
1 parent d3643fc commit 95845c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
tags:
- 'v*'

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

permissions:
contents: write

jobs:
release:
name: ${{ matrix.job.name }}
Expand Down

0 comments on commit 95845c3

Please sign in to comment.