Skip to content

Commit 8cb9eb6

Browse files
committed
removeme: disable all jobs and only run flaky test
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent 31e1212 commit 8cb9eb6

57 files changed

Lines changed: 57 additions & 21 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ai-policy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
jobs:
29+
if: false
2930
check-ai-trailers:
3031
runs-on: ubuntu-latest
3132
steps:

.github/workflows/autocheckers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16+
if: false
1617
changes:
1718
runs-on: ubuntu-latest-low
1819

.github/workflows/block-merge-eol.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
jobs:
21+
if: false
2122
block-merges-eol:
2223
name: Block merges for EOL branches
2324

.github/workflows/block-merge-freeze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
jobs:
23+
if: false
2324
block-merges-during-freeze:
2425
name: Block merges during freezes
2526

.github/workflows/block-outdated-3rdparty.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17+
if: false
1718
block-outdated-3rdparty:
1819
name: Block merging with outdated 3rdparty/
1920

.github/workflows/block-unconventional-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
jobs:
23+
if: false
2324
block-unconventional-commits:
2425
name: Block unconventional commits
2526

.github/workflows/bug-report-labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
types: [opened]
88

99
jobs:
10+
if: false
1011
add-version-label:
1112
if: contains(github.event.issue.title, '[Bug]')
1213
runs-on: ubuntu-latest
@@ -30,7 +31,7 @@ jobs:
3031
nextcloudVersion = parseInt(versionMatch[1], 10);
3132
label = nextcloudVersion + '-feedback';
3233
}
33-
34+
3435
if (label) {
3536
try {
3637
await github.rest.issues.addLabels({

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- cron: '28 18 * * 1'
1313

1414
jobs:
15+
if: false
1516
analyze:
1617
name: Analyze (${{ matrix.language }})
1718
runs-on: ubuntu-latest

.github/workflows/command-compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
contents: read
1616

1717
jobs:
18+
if: false
1819
init:
1920
runs-on: ubuntu-latest
2021

.github/workflows/command-pull-3rdparty.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13+
if: false
1314
rebase:
1415
runs-on: ubuntu-latest
1516
permissions:

0 commit comments

Comments
 (0)