Skip to content

Commit

Permalink
run PR tests also nightly (#806)
Browse files Browse the repository at this point in the history
Co-authored-by: reuvenp <[email protected]>
  • Loading branch information
reuvenperetz and reuvenp authored Sep 13, 2023
1 parent 109c362 commit 5cb2b8f
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python310_keras211.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.10, Keras 2.11
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python310_keras212.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.10, Keras 2.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python310_keras213.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.10, Keras 2.13
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python310_pytorch112.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.10, Pytorch 1.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python310_pytorch113.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.10, Pytorch 1.13
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python310_pytorch20.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.10, Pytorch 2.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python38_keras211.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.8, Keras 2.11
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python38_keras212.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.8, Keras 2.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python38_keras213.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.8, Keras 2.13
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python38_pytorch112.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.8, Pytorch 1.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python38_pytorch113.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.8, Pytorch 1.13
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python38_pytorch20.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.8, Pytorch 2.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python39_keras211.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.9, Keras 2.11
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python39_keras212.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.9, Keras 2.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python39_keras213.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.9, Keras 2.13
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python39_pytorch112.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.9, Pytorch 1.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python39_pytorch113.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.9, Pytorch 1.13
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_python39_pytorch20.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python 3.9, Pytorch 2.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_suite_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Coverage Test
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
Expand Down

0 comments on commit 5cb2b8f

Please sign in to comment.