We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5c227 commit 5248983Copy full SHA for 5248983
1 file changed
.github/workflows/regression-arm64.yml
@@ -3,21 +3,11 @@ name: Regression tests running on Linux ARM64
3
on:
4
push:
5
branches:
6
- - 'fix_regression_arm'
7
- workflow_dispatch:
8
- inputs:
9
- runner:
10
- description: 'ARM runner to use'
11
- default: 'ubuntu-24.04-arm'
12
- options:
13
- - 'ubuntu-22.04-arm'
14
- - 'ubuntu-24.04-arm'
15
- required: true
16
- type: choice
+ - 'develop'
17
18
jobs:
19
build_on_arm64:
20
name: Run the jobs on Linux ARM64
21
uses: './.github/workflows/regression.yml'
22
with:
23
- runner: ${{ inputs.runner || 'ubuntu-24.04-arm' }}
+ runner: 'ubuntu-24.04-arm'
0 commit comments