Skip to content

Commit 5b5f6ea

Browse files
committed
feat: add fast build workflow for development and update test-and-build to trigger it on PRs
Signed-off-by: liuhy <[email protected]>
1 parent 9e0fca8 commit 5b5f6ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: string
1111
default: ""
1212
is_nightly:
13-
description: "Whether this is a nightly build"
13+
description: 'Whether this is a nightly build'
1414
required: false
1515
type: boolean
1616
default: false
@@ -19,11 +19,6 @@ on:
1919
required: false
2020
type: boolean
2121
default: false
22-
skip_multiarch:
23-
description: 'Skip multi-architecture build for faster CI'
24-
required: false
25-
type: boolean
26-
default: false
2722
push:
2823
branches: ["main"]
2924

0 commit comments

Comments
 (0)