Skip to content

Commit

Permalink
Remove all merge tests except integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Nov 6, 2024
1 parent 0bb1f67 commit c1ea933
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [main]
pull_request: {}
merge_group: {}

jobs:
pytest:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/frontend_assistants_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- src/interfaces/assistants_web/**
pull_request: {}
merge_group: {}

jobs:
interface_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/frontend_coral_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- src/interfaces/coral_web/**
pull_request: {}
merge_group: {}

jobs:
interface_tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/frontend_slack_bot_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- src/interfaces/slack_bot/**
pull_request: {}
merge_group: {}

jobs:
interface_tests:
Expand Down

0 comments on commit c1ea933

Please sign in to comment.