File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ name: "Integration Tests"
1616on :
1717 # TBD remove on push and PR triggers
1818 # when the PR is ready.
19- push :
20- branches :
21- - master
22- pull_request :
23- branches :
24- - master
19+ # push:
20+ # branches:
21+ # - master
22+ # pull_request:
23+ # branches:
24+ # - master
2525 schedule :
2626 - cron : ' 0 3 * * *'
2727 workflow_dispatch :
Original file line number Diff line number Diff line change 6969 git checkout -b fabric-upgrade-vx.y.z
7070 git add .
7171 git commit -m "[GH Actions] Update Fabric to vx.y.z."
72- gh pr create \
73- --title "[Fabric upgrade] - reference vx.y.z" \
74- --head fabric-upgrade-vx.y.z \
75- --body "Reference in factories Cloud Foundation Fabric modules vx.y.z"
72+ git push --set-upstream origin fabric-upgrade-vx.y.z
73+ # gh pr create \
74+ # --title "[Fabric upgrade] - reference vx.y.z" \
75+ # --head fabric-upgrade-vx.y.z \
76+ # --body "Reference in factories Cloud Foundation Fabric modules vx.y.z"
7677 env :
7778 GH_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 1414
1515name : " Tests"
1616on :
17- # TBD add back once PR is complete
18- # push:
19- # branches:
20- # - master
21- # pull_request:
22- # branches:
23- # - master
2417 workflow_dispatch :
2518 inputs :
2619 terraform_version :
You can’t perform that action at this time.
0 commit comments