Skip to content

Commit

Permalink
Merge pull request #3 from artisan-community/split-in-ci
Browse files Browse the repository at this point in the history
See if this fixes the split
  • Loading branch information
edgrosvenor authored Jan 9, 2025
2 parents 5c3ae01 + 09a1c37 commit 085a102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: ./.github/workflows/stan.yml
secrets: inherit
deploy:
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '#nodeploy')
runs-on: ubuntu-latest
needs: [ lint, test, stan ]
steps:
Expand All @@ -39,4 +40,5 @@ jobs:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Split
if: success()
run: ./split.sh
2 changes: 1 addition & 1 deletion split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function remote()
git remote add $1 $2 || true
}

git pull origin $CURRENT_BRANCH
# git pull origin $CURRENT_BRANCH

remote bench https://github.com/artisan-build/bench.git
remote docsidian https://github.com/artisan-build/docsidian.git
Expand Down

0 comments on commit 085a102

Please sign in to comment.