Skip to content

Commit 5248983

Browse files
committed
Revert arm64 tests to trigger on push to develop
1 parent 0e5c227 commit 5248983

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/regression-arm64.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@ name: Regression tests running on Linux ARM64
33
on:
44
push:
55
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
6+
- 'develop'
177

188
jobs:
199
build_on_arm64:
2010
name: Run the jobs on Linux ARM64
2111
uses: './.github/workflows/regression.yml'
2212
with:
23-
runner: ${{ inputs.runner || 'ubuntu-24.04-arm' }}
13+
runner: 'ubuntu-24.04-arm'

0 commit comments

Comments
 (0)