Skip to content

Commit fdf8ef1

Browse files
author
Luca Prete
committed
Test push
1 parent d5462e8 commit fdf8ef1

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.github/workflows/tests-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ name: "Integration Tests"
1616
on:
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:

.github/workflows/tests-push.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ jobs:
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 }}

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414

1515
name: "Tests"
1616
on:
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:

0 commit comments

Comments
 (0)