Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main with latest develop #222

Merged
merged 16 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*.sql linguist-detectable=false

# I don't want docs website to be included in language stats
apps/docs/** linguist-vendored
docs/** linguist-vendored
2 changes: 1 addition & 1 deletion .github/actions/setup-cargo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Configure environment
run: |
if [[ ${{ runner.name }} == 'manjaro-az' || ${{ runner.os }} == 'Windows' ]]; then
if [[ ${{ runner.name }} == 'oromei-ubuntu' || ${{ runner.os }} == 'Windows' ]]; then
echo "RUN_SETUP=false" >> $GITHUB_ENV
else
echo "RUN_SETUP=true" >> $GITHUB_ENV
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop

# TODO: should I push nightly on main pushes? then on tag, an actual tagged release?

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .moon/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ projects:
- 'core'
- 'crates/*'
- '!crates/prisma-cli'
- 'docs'
- 'packages/*'
Loading
Loading