Skip to content

Commit

Permalink
.github: stop building octopus and nautilus
Browse files Browse the repository at this point in the history
they have been eol for a while

Signed-off-by: Nizamudeen A <[email protected]>
  • Loading branch information
nizamial09 committed May 13, 2024
1 parent c0b9ac3 commit d03c18a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, reef, quincy, pacific, octopus, nautilus]
branch: [main, reef, quincy, pacific]
name: [ceph, ceph-rpm]
include:
- name: ceph
dir: ceph
- name: ceph-rpm
dir: ceph/rpm
- branch: nautilus
branch_dir: nautilus
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -80,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, reef, quincy, pacific, octopus, nautilus]
branch: [main, reef, quincy, pacific]
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit d03c18a

Please sign in to comment.