Skip to content

Commit 5d441a6

Browse files
committed
Testing commit
Signed-off-by: Kushal Pal <kushpal@qti.qualcomm.com>
1 parent ac085fb commit 5d441a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/picolibc-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: nightly picolibc builder (hexagon,arm32,aarch64,riscv)
22

33
on:
4-
# pull_request: {} # Uncomment only to test this WF file update.
4+
pull_request: {} # Uncomment only to test this WF file update.
55
schedule:
66
# 10:00 PM Central
77
- cron: '0 4 * * *'
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
env:
15-
ENABLED_ARCHS: aarch64,hexagon,x86_64
15+
ENABLED_ARCHS: x86_64
1616
CCACHE_DIR: $GITHUB_WORKSPACE/ccache/
1717
CCACHE_BASEDIR: $GITHUB_WORKSPACE/
1818
PICOLIBC_CONFIG_DEFAULT: ""

0 commit comments

Comments
 (0)