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 name: build
on: on: [push, pull_request]
push:
branches: [main]
pull_request:
branches: [main]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

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

Loading…
Cancel
Save