Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Nov 7, 2024
1 parent d0f6334 commit f69bd5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Ubuntu CI

on: [push, pull_request]
# push:
# pull_request:
# schedule:
# - cron: '30 2 * * 1,4' # Every Monday and Thursday @ 2h30am UTC
on:
push:
pull_request:
schedule:
- cron: '30 2 * * 1,4' # Every Monday and Thursday @ 2h30am UTC

env:
POETRY_VERSION: 1.8.3
Expand Down

0 comments on commit f69bd5c

Please sign in to comment.