Skip to content

Commit

Permalink
Fix again
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 e752d48 commit e387622
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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
4 changes: 3 additions & 1 deletion .github/workflows/wheelbuild-benchmark-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build wheels and perform benchmarks
on:
pull_request:
branches: [develop, master]
push: [ci-debug]
push:
branches: [ci-debug]


jobs:
build_wheels:
Expand Down

0 comments on commit e387622

Please sign in to comment.