File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -880,14 +880,6 @@ workflows:
880
880
resource_class : medium
881
881
requires :
882
882
- docker-build-amd64
883
- - push :
884
- filters :
885
- branches :
886
- only : master
887
- requires :
888
- - acceptance-tests-amd64
889
- - acceptance-tests-arm64
890
- - unit-tests
891
883
full-run :
892
884
# this workflow only runs when only-acceptance-tests is not explicitly set (the default)
893
885
# or when the pipeline is running on the master branch because of a Github event (webhook)
@@ -994,17 +986,3 @@ workflows:
994
986
- integration-tests-arm64
995
987
- collect-not-implemented
996
988
- unit-tests
997
- - push :
998
- filters :
999
- branches :
1000
- only : master
1001
- requires :
1002
- - itest-cloudwatch-v1-provider
1003
- - itest-events-v1-provider
1004
- - itest-ddb-v2-provider
1005
- - itest-cfn-v2-engine-provider
1006
- - acceptance-tests-amd64
1007
- - acceptance-tests-arm64
1008
- - integration-tests-amd64
1009
- - integration-tests-arm64
1010
- - unit-tests
Original file line number Diff line number Diff line change @@ -189,9 +189,7 @@ jobs:
189
189
name : " Push images"
190
190
runs-on : ubuntu-latest
191
191
# push image on master, target branch not set, and the dependent steps were either successful or skipped
192
- # TO-DO: enable job after workflow in CircleCI is disabled
193
- if : false
194
- # if: github.ref == 'refs/heads/master' && !failure() && !cancelled() && github.repository == 'localstack/localstack'
192
+ if : github.ref == 'refs/heads/master' && !failure() && !cancelled() && github.repository == 'localstack/localstack'
195
193
needs :
196
194
# all tests need to be successful for the image to be pushed
197
195
- test
You can’t perform that action at this time.
0 commit comments