Skip to content

Commit 2536d66

Browse files
committed
Avoid running stable on Test.yml
1 parent 13ce31f commit 2536d66

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- cron: "0 9 * * *"
77

88
jobs:
9-
FMITest:
9+
test:
1010
runs-on: ${{ matrix.os }}
1111
timeout-minutes: 30
1212
strategy:
1313
matrix:
1414
python-version: ['3.12']
1515
os: ['ubuntu-latest', 'windows-latest']
16-
omc-version: ['nightly']
16+
omc-version: ['stable', 'nightly']
1717

1818
steps:
1919
- uses: actions/checkout@v5

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
Test:
10+
test:
1111
runs-on: ${{ matrix.os }}
1212
timeout-minutes: 30
1313
strategy:
1414
matrix:
1515
python-version: ['3.10', '3.12']
1616
os: ['ubuntu-latest', 'windows-latest']
17-
omc-version: ['stable', 'nightly']
17+
omc-version: ['nightly']
1818

1919
steps:
2020
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)