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

Some changes to test deployment from leadminer.io #1200

Merged
merged 1 commit into from
Mar 7, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
--build \
--force-recreate

docker image prune -a -f
docker image prune -a -f
4 changes: 2 additions & 2 deletions .github/workflows/qa-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger Target Workflow
name: Trigger QA deployment

on:
workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Trigger Workflow in Another Repository
- name: Trigger Workflow in Leadminer.io repository
run: |
repo_owner="ankaboot-source"
repo_name="leadminer.io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Self-hosted Supabase migrations
name: Supabase migrations
on:
push:
branches: [main]
Expand Down
Loading