Skip to content

Commit

Permalink
Fix name/concurrency for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
lmickh authored and tsx committed Jan 29, 2024
1 parent 80c9e93 commit f331db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build and Release
name: Build arm64

on:
push:
branches:
- '*'

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
group: build-arm64-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit f331db1

Please sign in to comment.