Skip to content

Commit

Permalink
chore(ci): temporarily disable broken actions (#4037)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus authored Aug 20, 2024
1 parent 1e1a65f commit a5117c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_merge_to_main_supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
deploy:
if: ${{ false }}
runs-on: ubuntu-latest

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update_docs_embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
if: steps.yarn_cache_id.outputs.cache-hit != 'true' || steps.node_modules_cache_id.outputs.cache-hit != 'true'
run: yarn install --immutable

- name: Link Supabase project
run: yarn workspace @twilio-paste/backend supabase link --project-ref $PROJECT_ID
# - name: Link Supabase project
# run: yarn workspace @twilio-paste/backend supabase link --project-ref $PROJECT_ID

- name: Run migrations
run: yarn workspace @twilio-paste/backend supabase db push
# - name: Run migrations
# run: yarn workspace @twilio-paste/backend supabase db push

- name: Update embeddings
if: ${{ !inputs.refresh }}
Expand Down

0 comments on commit a5117c1

Please sign in to comment.