We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57fca0 commit 29eb386Copy full SHA for 29eb386
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