Skip to content

Commit

Permalink
ci: revert release matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Apr 5, 2024
1 parent 2221de5 commit 9d37f3f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
permissions:
contents: write
pull-requests: write
strategy:
fail-fast: false
matrix:
base:
- php/7.4/fpm-nginx
- php/8.0/fpm-nginx
outputs:
tag_name: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
Expand All @@ -31,7 +25,6 @@ jobs:
with:
release-type: simple
target-branch: ${{ github.ref_name }}
path: ${{ matrix.base }}

orchestrator:
name: Orchestrator
Expand Down

0 comments on commit 9d37f3f

Please sign in to comment.