Skip to content

Commit 0508913

Browse files
committed
fix
1 parent 7c8186b commit 0508913

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build image
1+
name: Build Docker image
22
# adapted from https://github.com/scverse/scvi-tools/blob/main/.github/workflows/build_image_latest.yaml
33

44
on:
@@ -7,7 +7,6 @@ on:
77
types:
88
- completed
99
workflow_dispatch:
10-
push:
1110

1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)