Skip to content

Commit 8c519f1

Browse files
authored
Merge pull request #220 from sylvestre/dist
cargo dist: Allow dirty workflows to ignore out-of-date contents
2 parents d57fca0 + 29eb386 commit 8c519f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ installers = []
1313
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"]
1414
# Which actions to run on pull requests
1515
pr-run-mode = "plan"
16+
# Allow dirty workflows to ignore out-of-date contents
17+
allow-dirty = ["ci"]

0 commit comments

Comments
 (0)