Skip to content

Commit 5c9896e

Browse files
authored
ci: multi-runner guix builds (dashpay#5515)
## Issue being fixed or feature implemented - We want to enable use of the AWS-hosted GitHub Actions runners, now that [corresponding infra](https://github.com/dcginfra/tf-aws-gh-runner/pull/8/files#diff-ad98d33884a302f6c747dc6b326c6b3af3887f2ec25e0bd7a0395f10444818f3) exists to deploy these runners ## What was done? Add new labels and workflow dispatch button to allow runner testing ## How Has This Been Tested? Pending testing in CI ## Breaking Changes None ## Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
1 parent d9a0b32 commit 5c9896e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/guix-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Guix Build
33
on:
44
pull_request:
55
types: [ labeled ]
6+
workflow_dispatch:
67

78
jobs:
89
build:
9-
runs-on: self-hosted
10+
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ]
1011
if: contains(github.event.pull_request.labels.*.name, 'guix-build')
1112
steps:
1213
- name: Checkout

0 commit comments

Comments
 (0)