Skip to content

Commit 5e3b2ef

Browse files
committed
disable push docker
1 parent 6ce5993 commit 5e3b2ef

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/quantms-rescoring-containers.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
name: QuantMS-Rescoring Containers Build and Sync
22

3-
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
8-
paths:
9-
- 'Dockerfile'
10-
- '.github/workflows/**'
11-
release:
12-
types: [published]
13-
workflow_dispatch:
14-
inputs:
15-
push_images:
16-
description: 'Push images to registry'
17-
required: false
18-
default: true
19-
type: 'boolean'
20-
push_release:
21-
description: 'Push as release version'
22-
required: false
23-
default: false
24-
type: boolean
3+
# on:
4+
# push:
5+
# branches: [ "main" ]
6+
# pull_request:
7+
# branches: [ "main" ]
8+
# paths:
9+
# - 'Dockerfile'
10+
# - '.github/workflows/**'
11+
# release:
12+
# types: [published]
13+
# workflow_dispatch:
14+
# inputs:
15+
# push_images:
16+
# description: 'Push images to registry'
17+
# required: false
18+
# default: true
19+
# type: 'boolean'
20+
# push_release:
21+
# description: 'Push as release version'
22+
# required: false
23+
# default: false
24+
# type: boolean
2525

2626
jobs:
2727
build-quantms-rescoring:

0 commit comments

Comments
 (0)