Skip to content

Commit

Permalink
Merge pull request #15 from NHSDigital/AIVA2/CCM-8237_WorkflowFix
Browse files Browse the repository at this point in the history
CCM-8236 fixing matrix components
  • Loading branch information
aidenvaines-bjss authored Jan 14, 2025
2 parents 7efd449 + 50a7f4a commit d5490a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
component: [acct, app]
component: [acct, events]

uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
component: [acct, app]
component: [acct, events]

uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
Expand Down

0 comments on commit d5490a6

Please sign in to comment.