Skip to content

Commit 986a81d

Browse files
committed
fixing workflow
1 parent cd64092 commit 986a81d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_on_release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
- 'published'
66

77
jobs:
8-
runs-on: [ubuntu-latest]
8+
runs-on:
9+
- 'ubuntu-latest'
910
container: docker://dvcorg/cml-py3:latest
1011

1112
steps:

0 commit comments

Comments
 (0)