mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-16 04:24:27 +01:00
Ability to run by categories (#5229)
* Ability to run by categories Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> * always use Path.cwd() Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> --------- Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
4
.github/workflows/autogpts-ci.yml
vendored
4
.github/workflows/autogpts-ci.yml
vendored
@@ -7,12 +7,8 @@ on:
|
||||
- cron: '0 8 * * *'
|
||||
push:
|
||||
branches: [master, ci-test*]
|
||||
paths:
|
||||
- 'autogpts/**'
|
||||
pull_request:
|
||||
branches: [stable, master, release-*]
|
||||
paths:
|
||||
- 'autogpts/**'
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
|
||||
Reference in New Issue
Block a user