Skip to content

Commit

Permalink
Fix CI ymls
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Dec 6, 2024
1 parent baa14de commit e752d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pytest-python-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Testsuite python development version

on:
# push:
# branches:
# - master
# - develop
# schedule:
# - cron: "0 10 * * 0"
# on:
# push:
# branches:
# - master
# - develop
# schedule:
# - cron: "0 10 * * 0"

jobs:
testsuite:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheelbuild-benchmark-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build wheels and perform benchmarks
on:
pull_request:
branches: [develop, master]
push: [ci-debug]

jobs:
build_wheels:
Expand Down

0 comments on commit e752d48

Please sign in to comment.