Skip to content

Commit 58cd2f7

Browse files
committed
Comment out main deployments for now
1 parent bcc5b18 commit 58cd2f7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/action_publish-images-dev.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ on:
99
- .github/workflows/action_publish-images-**
1010
- .github/workflows/service_docker-**
1111
- scripts/**
12-
schedule:
13-
- cron: '25 8 * * 1'
14-
push:
15-
branches:
16-
- main
17-
paths:
18-
- src/**
19-
- .github/workflows/action_publish-images-**
20-
- .github/workflows/service_docker-**
21-
- scripts/**
12+
# schedule:
13+
# - cron: '25 8 * * 1'
14+
# push:
15+
# branches:
16+
# - main
17+
# paths:
18+
# - src/**
19+
# - .github/workflows/action_publish-images-**
20+
# - .github/workflows/service_docker-**
21+
# - scripts/**
2222

2323
jobs:
2424
build-dev-images:

0 commit comments

Comments
 (0)