We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea93777 + d13d50b commit 8a3587aCopy full SHA for 8a3587a
.github/workflows/mock_acpi.yml
@@ -50,6 +50,7 @@ jobs:
50
if: github.event.issue.pull_request && github.event.comment.body == '/test-acpi'
51
name: Test Mock ACPI
52
needs: [initalize-workflow, create-runner]
53
+ continue-on-error: true
54
runs-on: self-hosted
55
outputs:
56
runner-name: ${{ runner.name }}
@@ -87,7 +88,7 @@ jobs:
87
88
ansible-playbook -vv -i inventory.yaml mock_acpi_playbook.yaml -e "pr_number=${{ github.event.issue.number }}"
89
90
cleanup:
- if: ${{ always() }}
91
+ if: github.event.issue.pull_request && github.event.comment.body == '/test-acpi'
92
name: Cleanup
93
needs: [initalize-workflow, test-mock-acpi]
94
runs-on: ubuntu-latest
0 commit comments