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.
2 parents bc5e0e1 + 7d8bcc2 commit e847847Copy full SHA for e847847
.github/workflows/mock_acpi.yml
@@ -27,6 +27,12 @@ jobs:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
status: pending
29
30
+ - name: Checkout code
31
+ if: ${{ success() }}
32
+ uses: actions/checkout@v3
33
+ with:
34
+ ref: ${{ steps.pr_branch.outputs.head_ref }}
35
+
36
- name: metal-runner-action
37
uses: equinix-labs/[email protected]
38
with:
@@ -54,12 +60,6 @@ jobs:
54
60
sudo apt install -y ansible python3-pip
55
61
sudo ansible-galaxy collection install community.docker
56
62
57
- - name: Checkout code
58
- if: ${{ success() }}
59
- uses: actions/checkout@v3
- with:
- ref: ${{ steps.pr_branch.outputs.head_ref }}
-
63
- name: Run playbook
64
id: run-playbook
65
if: ${{ success() }}
0 commit comments