Skip to content

Commit

Permalink
Merge pull request #2595 from o1-labs/fizzixnerd/cancel-in-progress-ci
Browse files Browse the repository at this point in the history
Cancel in progress CI
  • Loading branch information
volhovm authored Sep 24, 2024
2 parents 9e1e8d1 + fbdb3b3 commit ceae363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: CI

on:
workflow_dispatch:
pull_request:

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

env:
# https://doc.rust-lang.org/cargo/reference/profiles.html#release
RUSTFLAGS: -Coverflow-checks=y -Cdebug-assertions=y
Expand Down

0 comments on commit ceae363

Please sign in to comment.