Skip to content

Commit

Permalink
chore(ci): remove unnecessary if condition in prepare matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed May 7, 2024
1 parent b370094 commit 15572c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
prepare-matrix:
name: Prepare Matrix
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
outputs:
servers: ${{ steps.create-matrix.outputs.matrix }}
steps:
Expand Down

0 comments on commit 15572c4

Please sign in to comment.