Update GitHub Actions workflow configuration

pull/388/head
Wyatt Stanke 11 months ago
parent 03265726ec
commit 062ce8773b
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -1,10 +1,6 @@
---
name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest

@ -1,14 +1,7 @@
---
# Notebook-related checks
name: Presubmit checks
on:
# Relevant PRs
pull_request:
paths:
- "swarms/**"
- "tests/**"
# Allow manual runs
workflow_dispatch:
on: [push, pull_request]
jobs:
pytype3_10:
name: pytype 3.10

Loading…
Cancel
Save