Skip to content

Commit

Permalink
Update split.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
battis authored Mar 14, 2024
1 parent 45577b5 commit dc7ddb2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
# define package to repository map
package:
-
local_path: 'oneroster'
split_repository: 'sky-api-oneroster-READONLY'
-
local_path: 'school'
split_repository: 'sky-api-school-READONLY'
fail-fast: false
matrix:
# define package to repository map
package:
-
local_path: 'oneroster'
split_repository: 'sky-api-oneroster-READONLY'
-
local_path: 'school'
split_repository: 'sky-api-school-READONLY'
steps:
-
uses: actions/checkout@v2
Expand All @@ -44,4 +44,4 @@ jobs:
repository_organization: 'groton-school'
repository_name: '${{ matrix.package.split_repository }}'
user_name: 'battis'
user_email: 'sbattis@groton.org'
user_email: 'sbattis@groton.org'

0 comments on commit dc7ddb2

Please sign in to comment.