@@ -2,7 +2,7 @@ name: merge to main workflow
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66
77permissions : {}
88
5252 tag_format : ${{ needs.get_config_values.outputs.tag_format }}
5353
5454 package_code :
55- needs : [ tag_release, get_config_values ]
55+ needs : [tag_release, get_config_values]
5656 uses : ./.github/workflows/run_package_code_and_api.yml
5757 permissions :
5858 contents : read
6262 pinned_image : ${{ needs.get_config_values.outputs.pinned_image }}
6363
6464 release_dev :
65- needs : [ tag_release, package_code, get_commit_id, get_config_values ]
65+ needs : [tag_release, package_code, get_commit_id, get_config_values]
6666 uses : ./.github/workflows/run_release_code_and_api.yml
6767 permissions :
6868 contents : write
@@ -110,7 +110,7 @@ jobs:
110110 REGRESSION_TESTS_PEM : ${{ secrets.REGRESSION_TESTS_PEM }}
111111
112112 release_sandbox_dev :
113- needs : [ tag_release, package_code, get_commit_id, get_config_values ]
113+ needs : [tag_release, package_code, get_commit_id, get_config_values]
114114 uses : ./.github/workflows/run_release_code_and_api.yml
115115 permissions :
116116 contents : write
@@ -152,7 +152,7 @@ jobs:
152152 PROXYGEN_ROLE : ${{ secrets.PROXYGEN_PTL_ROLE }}
153153
154154 release_qa :
155- needs : [ tag_release, release_dev, package_code, get_commit_id, get_config_values ]
155+ needs : [tag_release, release_dev, package_code, get_commit_id, get_config_values]
156156 uses : ./.github/workflows/run_release_code_and_api.yml
157157 permissions :
158158 contents : write
0 commit comments