Skip to content

Commit

Permalink
ci: allow manual dispatch of superchain build (#4696)
Browse files Browse the repository at this point in the history
Need this for testing.
Also fixed a deprecated input parameter name in the workflow.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
mrgrain authored Nov 11, 2024
1 parent aa3cc40 commit 883ed47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Docker Images

on:
workflow_dispatch: {}
merge_group: {}
pull_request:
branches: [main, release]
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
with:
# Disable parallelism because IO contention makes it too slow on GitHub
# workers...
config-inline: |-
buildkitd-config-inline: |-
[worker.oci]
max-parallelism = 1
Expand Down

0 comments on commit 883ed47

Please sign in to comment.