Skip to content

Commit

Permalink
ci: fix gcc-7.3 trigger names (#9412)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Jul 1, 2022
1 parent b843e9e commit c23bcf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/cloudbuild/triggers/gcc-7.3-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github:
owner: googleapis
push:
branch: ^(master|main|v\d+\..*)$
name: gcc-7.3-ci
name: gcc-7-3-ci
substitutions:
_BUILD_NAME: gcc-7.3
_DISTRO: centos-7
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/triggers/gcc-7.3-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github:
pullRequest:
branch: ^(master|main|v\d+\..*)$
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
name: gcc-7.3-pr
name: gcc-7-3-pr
substitutions:
_BUILD_NAME: gcc-7.3
_DISTRO: centos-7
Expand Down

0 comments on commit c23bcf2

Please sign in to comment.