Skip to content
Closed

debug #1433

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build docs
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:

jobs:
link-checker:
if: github.repository == 'sony/model_optimization'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -26,6 +27,7 @@ jobs:
python-version: 3.10.*
- name: Install dependencies
run: |
echo "Triggered by ${{ github.actor }}"
python -m pip install --upgrade pip
pip install requests==2.27.1
- name: Run unittests
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python310_keras214.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.10, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python310_keras215.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.10, Keras 2.15
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python310_pytorch22.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.10, Pytorch 2.2
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python310_pytorch23.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.10, Pytorch 2.3
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python310_pytorch24.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.10, Pytorch 2.4
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python310_pytorch25.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.10, Pytorch 2.5
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python311_keras214.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.11, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python311_keras215.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.11, Keras 2.15
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python311_pytorch22.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.11, Pytorch 2.2
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python311_pytorch23.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.11, Pytorch 2.3
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python311_pytorch24.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.11, Pytorch 2.4
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python311_pytorch25.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.11, Pytorch 2.5
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python312_pytorch22.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.12, Pytorch 2.2
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python312_pytorch23.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.12, Pytorch 2.3
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python312_pytorch24.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.12, Pytorch 2.4
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python312_pytorch25.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.12, Pytorch 2.5
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python39_keras214.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.9, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python39_keras215.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.9, Keras 2.15
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python39_pytorch22.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.9, Pytorch 2.2
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python39_pytorch23.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.9, Pytorch 2.3
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_tests_python39_pytorch24.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Python 3.9, Pytorch 2.4
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
# schedule:
# - cron: 0 0 * * *
# pull_request:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Loading
Loading