Skip to content

Commit 207e1bb

Browse files
Removed +-u
1 parent 9e1898e commit 207e1bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-ubuntu-arm-no-container.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test Ubuntu ARM Native (No Container)
33
on:
44
push:
55
branches:
6-
- test/ubuntu-arm-native
6+
- test/ubuntu-arm-image
77
pull_request:
88
branches:
9-
- test/ubuntu-arm-native
9+
- test/ubuntu-arm-image
1010

1111
jobs:
1212
build-sqa-tools-ubuntu-arm-native:
@@ -19,7 +19,7 @@ jobs:
1919
submodules: false
2020
fetch-depth: 0
2121

22-
- name: Install base dependencies (git/python/etc.)
22+
- name: Install base dependencies
2323
shell: bash
2424
run: |
2525
set -euxo pipefail

0 commit comments

Comments
 (0)