Skip to content

Commit

Permalink
chore: name proof params workflow correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 894d568 commit 178d72e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [pull_request, push]

# Cancel a job if there's a new on on the same branch started.
# Based on https://stackoverflow.com/questions/58895283/stop-already-running-workflow-job-in-github-actions/67223051#67223051
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

env:
CARGO_INCREMENTAL: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proof-params.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Proof params

on: [pull_request, push]

Expand Down

0 comments on commit 178d72e

Please sign in to comment.