Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 4149897

Browse files
tanenandrewsgixsis
andcommitted
ci: Disable stable-linux workflow triggers
Commented out push, pull_request, and repository_dispatch triggers. Workflow can still be run manually via workflow_dispatch. Co-Authored-By: gixsis <gixsis@terratech.systems>
1 parent 2a95919 commit 4149897

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

.github/workflows/stable-linux.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: stable-linux
22

3+
# DISABLED - Enable when ready to build from source
4+
# To re-enable: remove the 'if: false' from the check job
5+
36
on:
47
workflow_dispatch:
58
inputs:
@@ -12,17 +15,17 @@ on:
1215
checkout_pr:
1316
type: string
1417
description: Checkout PR
15-
repository_dispatch:
16-
types: [stable]
17-
push:
18-
branches: [ master ]
19-
paths-ignore:
20-
- '**/*.md'
21-
- 'upstream/*.json'
22-
pull_request:
23-
branches: [ master ]
24-
paths-ignore:
25-
- '**/*.md'
18+
# repository_dispatch:
19+
# types: [stable]
20+
# push:
21+
# branches: [ master ]
22+
# paths-ignore:
23+
# - '**/*.md'
24+
# - 'upstream/*.json'
25+
# pull_request:
26+
# branches: [ master ]
27+
# paths-ignore:
28+
# - '**/*.md'
2629

2730
env:
2831
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

0 commit comments

Comments
 (0)