Skip to content

Commit fd341bb

Browse files
authored
Allow dirty files in cargo-dist for action pins (#16842)
## Summary This is same as astral-sh/uv#12252 and is to prepare for the upcoming Ruff release. Upstream issue: axodotdev/cargo-dist#1800
1 parent 15a6aeb commit fd341bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,6 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
327327
install-updater = false
328328
# Path that installers should place binaries in
329329
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
330+
# Temporarily allow changes to the `release` workflow, in which we pin actions
331+
# to a SHA instead of a tag (https://github.com/astral-sh/uv/issues/12253)
332+
allow-dirty = ["ci"]

0 commit comments

Comments
 (0)