Skip to content

Commit 4ccacdf

Browse files
committed
github: disable Alpine Linux CI on this release branch
Alpine is a rolling release, so its CI catches compile issues early (e.g., library compat changes). That is useful on the development branch, where Alpine remains enabled, but is not needed on stable release branches. Keep workflow_dispatch so it can still be run manually. Fixes: CORE-16616
1 parent 4152d2f commit 4ccacdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/alpinelinux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Alpine Linux
22

33
on:
4-
pull_request:
4+
# pull_request trigger disabled on stable release branches, see CORE-16616
5+
# pull_request:
56
workflow_dispatch: # Allows manual triggering
67

78
concurrency:

0 commit comments

Comments
 (0)