chore: add a name for secondary trigger step (#27719)

This commit is contained in:
Yihau Chen 2022-09-12 12:42:12 +08:00 committed by GitHub
parent 83d4d128c2
commit afa2ae2986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -108,7 +108,8 @@ EOF
trigger_secondary_step() {
cat >> "$output_file" <<"EOF"
- trigger: "solana-secondary"
- name: "Trigger Build on solana-secondary"
trigger: "solana-secondary"
branches: "!pull/*"
async: true
build:

View File

@ -110,7 +110,8 @@ EOF
trigger_secondary_step() {
cat >> "$output_file" <<"EOF"
- trigger: "solana-secondary"
- name: "Trigger Build on solana-secondary"
trigger: "solana-secondary"
branches: "!pull/*"
async: true
build:

View File

@ -110,7 +110,8 @@ EOF
# trigger_secondary_step() {
# cat >> "$output_file" <<"EOF"
# - trigger: "solana-secondary"
# - name: "Trigger Build on solana-secondary"
# trigger: "solana-secondary"
# branches: "!pull/*"
# async: true
# build: