Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Nov 12, 2024
1 parent 36f86da commit 8ce427a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# NOTES:
# - The map syntax used for matrix is flagged red but actually works
# - This runs everything in Python 3.12, except the fulltest which is also run in 3.10
# - Only coretest and fulltest environments are cached due to space limit

name: Continuous Integration
on:
push:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/regular.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# NOTES:
# - The map syntax used for matrix is flagged red but actually works
# - This runs everything in Python 3.10, 3.11 and 3.12
# - Environments are **not** cached in order to perform a full end-to-end test
# (and due to space limit)

name: Regular Checks
on:
schedule:
Expand Down

0 comments on commit 8ce427a

Please sign in to comment.