We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95ac4 commit e3b7abdCopy full SHA for e3b7abd
.github/workflows/regressionTests.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
regression-test:
13
- if: github.repository == 'OpenModelica/OMJulia.jl' # Run only on OpenModelica/OMJulia.jl to prevent spamming forks
+ #if: github.repository == 'OpenModelica/OMJulia.jl' # Run only on OpenModelica/OMJulia.jl to prevent spamming forks
14
runs-on: ${{ matrix.os }}
15
timeout-minutes: 60
16
strategy:
0 commit comments