We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d57fca0 + 29eb386 commit 8c519f1Copy full SHA for 8c519f1
dist-workspace.toml
@@ -13,3 +13,5 @@ installers = []
13
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"]
14
# Which actions to run on pull requests
15
pr-run-mode = "plan"
16
+# Allow dirty workflows to ignore out-of-date contents
17
+allow-dirty = ["ci"]
0 commit comments