Skip to content

Commit f21bc7e

Browse files
committed
xxx
1 parent f20b677 commit f21bc7e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/dev_module_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ on:
3535
type: number
3636
pull_request:
3737
types: [opened, reopened, synchronize, labeled, unlabeled]
38+
branches:
39+
- main
40+
- pt-debug
3841
push:
3942
branches:
4043
- main
@@ -103,8 +106,10 @@ jobs:
103106
# Select runner
104107
if echo "${{ steps.get-labels.outputs.result }}" | grep -q "build/github/ubuntu"; then
105108
echo "RUNNER_TYPE=[\"ubuntu-22.04\"]" >> "$GITHUB_OUTPUT"
109+
elif echo "${{ steps.get-labels.outputs.result }}" | grep -q "build/self-hosted/regular"; then
110+
echo "RUNNER_TYPE=[\"self-hosted\", \"regular\"]" >> "$GITHUB_OUTPUT"
106111
else
107-
echo "RUNNER_TYPE=[\"self-hosted\", \"regular\", \"selectel\"]" >> "$GITHUB_OUTPUT"
112+
echo "RUNNER_TYPE=[\"self-hosted\", \"large\"]" >> "$GITHUB_OUTPUT"
108113
fi
109114
110115
show_dev_manifest:

0 commit comments

Comments
 (0)