Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow testing feature branches
  • Loading branch information
hugovk committed Sep 23, 2024
commit 4d037de32b789c9fb7899971b96c367134c409da
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: test

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Midnight UTC:
- cron: "0 0 * * *"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: mypy

on:
push:
branches: [main]
pull_request:
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

permissions:
contents: read
Expand Down