Skip to content
Merged
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
7 changes: 5 additions & 2 deletions .github/workflows/expl_heuristic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: expl_heuristic # Kotaro Yama
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -17,6 +18,8 @@ jobs:
name: expl_heuristic
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/fullstat_allplot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: fullstat_allplot # Kotaro Yama
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: fullStatAllPlot
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/sub20x20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: sub20x20 # Test2_zonghan
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: sub20x20
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/testReadme1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Test First Readme Example
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: readme1
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_datagenerator.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: test_datagenerator

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -15,6 +16,8 @@ jobs:
name: test_datagenerator
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_dogrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: dogrib
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: test_dogrib
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_h1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test_h1 # Kotaro Yama
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: test_h1
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test_h2 # Kotaro Yama
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: test_h2
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_h3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test_h3 # Kotaro Yama
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: test_h3
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_randweather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: randweather
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: random weather
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_readspot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test_readspot
# dropped the Docker container use (DLW April 2025)

on:
workflow_dispatch:
push:
branches: [main]
branches: [main, bitrot]
pull_request:
branches: [main]
branches: [main, bitrot]

defaults:
run:
Expand All @@ -16,6 +17,8 @@ jobs:
name: test_readspot
runs-on: ubuntu-latest
timeout-minutes: 60
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
Loading