mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Don't fail CI for multiple commits in quick succession
This commit is contained in:
parent
b2d6cb58dc
commit
8791820590
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,10 +1,6 @@
|
|||||||
name: Continuous integration
|
name: Continuous integration
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-Dwarnings"
|
RUSTFLAGS: "-Dwarnings"
|
||||||
RUSTDOCFLAGS: "-Dwarnings"
|
RUSTDOCFLAGS: "-Dwarnings"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user