We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b995d9 commit edbd899Copy full SHA for edbd899
1 file changed
.github/workflows/test.yml
@@ -135,3 +135,21 @@ jobs:
135
token: ${{ secrets.CODECOV_TOKEN }}
136
fail_ci_if_error: true
137
verbose: true
138
+
139
+ dummy_windows_py_sk024:
140
+ name: (windows-latest, Py, sk0.24.*, sk-only:false)
141
+ runs-on: ubuntu-latest
142
+ steps:
143
+ - name: Dummy step
144
+ run: |
145
+ echo "This is a temporary dummy job."
146
+ echo "Always succeeds."
147
148
+ dummy_docker:
149
+ name: docker
150
151
152
153
154
+ echo "This is a temporary dummy docker job."
155
0 commit comments