Skip to content

Commit 0e47807

Browse files
committed
ci: run TF from the PR
Signed-off-by: Matej Focko <[email protected]>
1 parent e9a5f48 commit 0e47807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
compose: CentOS-Stream-9
1818
api_key: ${{ secrets.TF_API_KEY }}
1919
git_url: "https://github.com/packit/deployment"
20-
git_ref: "tf-openshift-tests"
20+
git_ref: ${{ github.event.pull_request.head.sha }}
2121
tmt_plan_regex: "deployment/remote"
2222
tmt_hardware: '{"memory": ">= 13 GiB", "disk": [{"size": ">= 100 GB"}], "cpu": {"cores": ">= 6"}, "virtualization": {"is-supported": true}}'
2323
pull_request_status_name: "Deployment"

0 commit comments

Comments
 (0)