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 bfc222c commit 5ee8bb8Copy full SHA for 5ee8bb8
.github/workflows/reusable_build.yml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ contains(fromJson(inputs.data).jobs_data.jobs_to_do, inputs.build_name) || inputs.force }}
59
env:
60
GITHUB_JOB_OVERRIDDEN: Build-${{inputs.build_name}}
61
- runs-on: [self-hosted, altinity-type-ccx53, altinity-on-demand, altinity-image-x86-snapshot-22.04-amd, altinity-startup-snapshot, altinity-setup-none]
+ runs-on: [self-hosted, altinity-on-demand, altinity-builder]
62
steps:
63
- name: Check out repository code
64
uses: Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f6
0 commit comments