Skip to content

Commit f0ea3f3

Browse files
Merge pull request #7126 from nextcloud/update-workflows
chore: update workflows to skip stable29
2 parents 2f0caac + 5573a8b commit f0ea3f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
27+
branches: ['main', 'master', 'stable31', 'stable30']
2828

2929
name: npm-audit-fix-${{ matrix.branches }}
3030

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
26+
branches: ['main', 'master', 'stable31', 'stable30']
2727

2828
name: update-nextcloud-ocp-${{ matrix.branches }}
2929

0 commit comments

Comments
 (0)