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 7424b09 commit 40713a1Copy full SHA for 40713a1
.github/workflows/runner-support-arm.yml
@@ -0,0 +1,22 @@
1
+name: Runner Support (arm)
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ project:
7
+ description: Project to wait for jobs to finish inside
8
+ required: true
9
10
+permissions: {}
11
12
+jobs:
13
+ runner:
14
+ runs-on: ubuntu-24.04-arm
15
+ steps:
16
+ - uses: Taucher2003/GitLab-Pipeline-Action@1.13.0
17
+ with:
18
+ GL_SERVER_URL: https://gitlab.com
19
+ GL_PROJECT_ID: '${{ inputs.project }}'
20
+ GL_RUNNER_TOKEN: ${{ secrets.GL_ARM_RUNNER_TOKEN }}
21
+ GL_API_TOKEN: ${{ secrets.GL_API_TOKEN }}
22
+ TASK: runner
0 commit comments