Skip to content

Commit 4617dc0

Browse files
committed
disable uefi-only-build on push temporarily
Signed-off-by: Janne Grunau <[email protected]>
1 parent e37e137 commit 4617dc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/uefi-only-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
# Triggers the workflow only on pull-requests when this file is changed.
66
# Intended use is to manually trigger runs after updating the repository
77
# variables `UEFI_DATE`, `UEFI_LINUX_TAG` or `UEFI_UBOOT_TAG`.
8-
pull_request:
9-
branches: [ main ]
10-
paths: [ .github/workflows/uefi-only-build.yaml ]
8+
# pull_request:
9+
# branches: [ main ]
10+
# paths: [ .github/workflows/uefi-only-build.yaml ]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

0 commit comments

Comments
 (0)