Skip to content

Commit

Permalink
Merge branch 'main' into kwannoel/gen-joins
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Mar 29, 2023
2 parents 4d0aeec + 81b306b commit 56b3f7f
Show file tree
Hide file tree
Showing 852 changed files with 30,923 additions and 44,606 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# macOS
.DS_Store
**/*.DS_Store

# Visual Studio Code
.vscode/
Expand Down
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
src/tests/regress/data/** linguist-vendored
# source test data
scripts/source/test_data/** linguist-vendored
# generated proto for dashboard
dashboard/proto/gen/** linguist-generated
# generated grafana dashboard
grafana/risingwave-dashboard.json linguist-generated
2 changes: 1 addition & 1 deletion .github/workflows/connector-node-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Connector Node Integration tests
on:
push:
branches: [main]
path: [java/**, proto/**]
paths: [java/**, proto/**]
pull_request:
branches: [main]
paths: [java/**, proto/**]
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/dashboard_main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Dashboard (main)
on:
push:
branches: [main]
paths: [dashboard/**]
branches: [ main ]
paths: [ dashboard/** ]
jobs:
dashboard-ui-deploy:
runs-on: ubuntu-latest
Expand All @@ -11,6 +11,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18'
- uses: arduino/setup-protoc@v1
with:
version: "3.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: build
working-directory: ./dashboard
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/intergration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
schedule:
# Currently we build docker images at 12:00 (UTC), so run this at 13:00
- cron: '0 13 * * *'
push:
branches: [main]
paths: [integration_tests/**]
pull_request:
branches: [main]
paths: [integration_tests/**]

jobs:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# macOS
.DS_Store
**/*.DS_Store

# Visual Studio Code
.vscode/*
Expand Down
Loading

0 comments on commit 56b3f7f

Please sign in to comment.