We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93a7af commit 13ce31fCopy full SHA for 13ce31f
2 files changed
.github/workflows/FMITest.yml
@@ -6,14 +6,14 @@ on:
6
- cron: "0 9 * * *"
7
8
jobs:
9
- test:
+ FMITest:
10
runs-on: ${{ matrix.os }}
11
timeout-minutes: 30
12
strategy:
13
matrix:
14
python-version: ['3.12']
15
os: ['ubuntu-latest', 'windows-latest']
16
- omc-version: ['stable', 'nightly']
+ omc-version: ['nightly']
17
18
steps:
19
- uses: actions/checkout@v5
.github/workflows/Test.yml
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
+ Test:
0 commit comments