Skip to content

Commit

Permalink
Cancel in-progress CI at the workflow level
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzixnerd committed Sep 23, 2024
1 parent 9e1e8d1 commit fbdb3b3
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 fbdb3b3

Please sign in to comment.