Skip to content

Commit bf8e5ab

Browse files
committed
Disable linux build workflows until working workflows
1 parent bd068d1 commit bf8e5ab

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build-flatpak.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build Flatpak
22

33
on:
4-
push:
5-
branches: [ deploy ]
6-
pull_request:
7-
branches: [ deploy ]
84
workflow_dispatch:
5+
inputs:
6+
disabled:
7+
description: 'This workflow is disabled'
98

109
permissions:
1110
actions: write

.github/workflows/build-linux.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build Linux App
22

33
on:
4-
push:
5-
branches: [ deploy ]
6-
pull_request:
7-
branches: [ deploy ]
84
workflow_dispatch:
5+
inputs:
6+
disabled:
7+
description: 'This workflow is disabled'
98

109
permissions:
1110
contents: write

0 commit comments

Comments
 (0)