Skip to content

Commit 13ce31f

Browse files
committed
Update names
1 parent e93a7af commit 13ce31f

2 files changed

Lines changed: 3 additions & 3 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-
test:
9+
FMITest:
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: ['stable', 'nightly']
16+
omc-version: ['nightly']
1717

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

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
test:
10+
Test:
1111
runs-on: ${{ matrix.os }}
1212
timeout-minutes: 30
1313
strategy:

0 commit comments

Comments
 (0)