Skip to content

Commit eeff251

Browse files
committed
docker-publish suspension
1 parent 68a94b1 commit eeff251

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/gatus-docker-publish.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Build and publish Gatus docker image
22

3-
on:
4-
push:
5-
paths:
6-
- 'gatus/**'
7-
branches:
8-
- main
9-
10-
schedule:
11-
- cron: 0 1 1 * * # At 1am on the first of the month
3+
#on:
4+
#push:
5+
#paths:
6+
#- 'gatus/**'
7+
#branches:
8+
#- main
9+
#schedule:
10+
#- cron: 0 1 1 * * # At 1am on the first of the month
1211

1312
jobs:
1413
build-and-push:

0 commit comments

Comments
 (0)