Skip to content

Commit b4358f9

Browse files
authored
Merge pull request #3 from G-Research/fix-github-actions
Removes `test.yml` workflow, and triggers `ci.yml` on `main` branch
2 parents 53b943b + 7e84634 commit b4358f9

File tree

3 files changed

+2
-45
lines changed

3 files changed

+2
-45
lines changed

.github/workflows/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ This directory contains GitHub Actions workflows for continuous integration and
44

55
## Workflows
66

7-
### test.yml - Quick Test Run
8-
- **Trigger**: Push to main branch, Pull requests
9-
- **Purpose**: Runs the test suite using pytest
10-
- **Environment**: Uses devcontainer with MariaDB and Redis via `devcontainers/ci` action
11-
127
### ci.yml - Comprehensive CI
138
- **Trigger**: Push to main branch, Pull requests, Manual dispatch
149
- **Jobs**:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/test.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)