From 29eb386146991793fae618b7cef0e2daea7cdef2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 16 Dec 2025 20:59:32 +0100 Subject: [PATCH] cargo dist: Allow dirty workflows to ignore out-of-date contents --- dist-workspace.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist-workspace.toml b/dist-workspace.toml index a5886d71..116febbd 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -13,3 +13,5 @@ installers = [] targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] # Which actions to run on pull requests pr-run-mode = "plan" +# Allow dirty workflows to ignore out-of-date contents +allow-dirty = ["ci"]