Skip to content

Commit

Permalink
update builder only on nightly target
Browse files Browse the repository at this point in the history
  • Loading branch information
umegaya committed Apr 18, 2024
1 parent f5aea31 commit 507151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ docker buildx build ${push_opt} --platform linux/amd64,linux/arm64 -t ghcr.io/su

[jobs.builder]
# if workflows is opmitted, use ["deploy", "integrate"] by default.
on = { workflows = ["deploy"], changed = ["tools/docker/Dockerfile.builder", "Cargo.*"] }
on = { workflows = ["deploy"], release_targets = ["nightly"], changed = ["tools/docker/Dockerfile.builder", "Cargo.*"] }
runner = { os = "linux", local_fallback = { image = "docker:25.0.1", shell = "sh" } }
command = """
set -e
Expand Down

0 comments on commit 507151c

Please sign in to comment.