Skip to content

Commit

Permalink
temp testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
tbutterf committed Oct 16, 2024
1 parent 9be01c6 commit 1e6a0bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/mono-package-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ name: 'Split ASU Packages'
# This will make it so that this only runs when we create a release.
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- WS2-1623
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
# Allow us to manually trigger the workflow
workflow_dispatch:

Expand All @@ -23,8 +25,8 @@ jobs:
# define package to repository map
package:
- local_path: asu_brand
split_repository: asu_brand_split
- local_path: asu_user_split
split_repository: asu_brand
- local_path: asu_user
split_repository: asu_user

steps:
Expand All @@ -43,7 +45,7 @@ jobs:
# This app allows us to select all of the repositories we will be adding
# our access permissions to via the app-token. Just list them below
# in a comma separated string (without any spaces).
repositories: 'asu_user_split,asu_brand_split'
repositories: 'asu_user,asu_brand'

# The danharrin/monorepo-split-github-action below is the tool that we are using
# to sync the contents of the modules into their respective standalone,
Expand Down

0 comments on commit 1e6a0bc

Please sign in to comment.