Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed May 13, 2024
1 parent c1e7606 commit 45aee1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
strategy:
matrix:
config: [
{ target: storage base, tasks: :storage-base:build, continueOnError: false },
{ target: storage memory, tasks: :storage-memory:build, continueOnError: false },
{ target: storage disk, tasks: :storage-disk:build, continueOnError: false },
{ target: storage-base, tasks: :storage-base:build, continueOnError: false },
{ target: storage-memory, tasks: :storage-memory:build, continueOnError: false },
{ target: storage-disk, tasks: :storage-disk:build, continueOnError: false },
]
name: Build ${{ matrix.config.target }} - PR
if: ${{ success() }}
Expand Down

0 comments on commit 45aee1c

Please sign in to comment.