Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sysarch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
description: "Run Linux ACS build"
required: false
type: boolean
default: true
default: false
secrets:
dummy:
required: false
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/sysarch_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: SYSARCH-ACS Integration Build (push/PR)

on:
push:
branches: [ main ]
branches:
- '**'
pull_request:
branches: [ main ]
branches:
- '**'
workflow_dispatch:

jobs:
Expand All @@ -15,5 +17,5 @@ jobs:
toolchain: arm-toolchain,gcc
run-uefi: true
run-baremetal: true
run-linux: true
run-linux: false
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/sysarch_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
toolchain: arm-toolchain
run-uefi: true
run-baremetal: true
run-linux: true
run-linux: false
secrets: inherit
Loading