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 bcc5b18 commit 58cd2f7Copy full SHA for 58cd2f7
.github/workflows/action_publish-images-dev.yml
@@ -9,16 +9,16 @@ on:
9
- .github/workflows/action_publish-images-**
10
- .github/workflows/service_docker-**
11
- 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/**
+ # schedule:
+ # - cron: '25 8 * * 1'
+ # push:
+ # branches:
+ # - main
+ # paths:
+ # - src/**
+ # - .github/workflows/action_publish-images-**
+ # - .github/workflows/service_docker-**
+ # - scripts/**
22
23
jobs:
24
build-dev-images:
0 commit comments