We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab7068 commit 2b9336bCopy full SHA for 2b9336b
.github/workflows/testing-farm.yaml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v4
21
+ with:
22
+ ref: "refs/pull/${{ github.event.issue.number }}/head"
23
24
- name: Test init on Fedora VM
25
uses: sclorg/testing-farm-as-github-action@v4
@@ -40,6 +42,8 @@ jobs:
40
42
41
43
44
45
46
47
48
- name: Test upgrade on Fedora VM
49
@@ -51,4 +55,3 @@ jobs:
51
55
pull_request_status_name: "Fedora upgrade test"
52
56
update_pull_request_status: "true"
53
57
create_github_summary: "true"
54
-
0 commit comments