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 cd64092 commit 986a81dCopy full SHA for 986a81d
.github/workflows/deploy_on_release.yaml
@@ -5,7 +5,8 @@ on:
5
- 'published'
6
7
jobs:
8
- runs-on: [ubuntu-latest]
+ runs-on:
9
+ - 'ubuntu-latest'
10
container: docker://dvcorg/cml-py3:latest
11
12
steps:
0 commit comments