Skip to content

Commit

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

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

env:
POETRY_VERSION: 1.6.1
Expand Down

0 comments on commit 9a5eae0

Please sign in to comment.