Skip to content

Commit 112a9f5

Browse files
committed
Sync everything, not just specific workspaces.
1 parent fd5ebf6 commit 112a9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
DATABRICKS_CLIENT_ID: ${{ secrets.DATABRICKS_CLIENT_ID }}
4646
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_CLIENT_SECRET }}
4747
BATON_ACCOUNT_ID: ${{ secrets.BATON_ACCOUNT_ID }}
48-
BATON_WORKSPACES: ${{ secrets.BATON_WORKSPACES }}
49-
BATON_WORKSPACE_TOKENS: ${{ secrets.BATON_WORKSPACE_TOKENS }}
48+
# BATON_WORKSPACES: ${{ secrets.BATON_WORKSPACES }}
49+
# BATON_WORKSPACE_TOKENS: ${{ secrets.BATON_WORKSPACE_TOKENS }}
5050
steps:
5151
- name: Install Go
5252
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)