Skip to content

Commit

Permalink
Merge pull request #249 from nextcloud/chore/disable-ocp-28
Browse files Browse the repository at this point in the history
chore: Disable ocp update for stable branches
  • Loading branch information
Pytal authored Mar 19, 2024
2 parents a11e64f + 85394c8 commit a93c139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master']

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

Expand Down

0 comments on commit a93c139

Please sign in to comment.