We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1898e commit 207e1bbCopy full SHA for 207e1bb
1 file changed
.github/workflows/test-ubuntu-arm-no-container.yaml
@@ -3,10 +3,10 @@ name: Test Ubuntu ARM Native (No Container)
3
on:
4
push:
5
branches:
6
- - test/ubuntu-arm-native
+ - test/ubuntu-arm-image
7
pull_request:
8
9
10
11
jobs:
12
build-sqa-tools-ubuntu-arm-native:
@@ -19,7 +19,7 @@ jobs:
19
submodules: false
20
fetch-depth: 0
21
22
- - name: Install base dependencies (git/python/etc.)
+ - name: Install base dependencies
23
shell: bash
24
run: |
25
set -euxo pipefail
0 commit comments