Skip to content

Commit

Permalink
disable schedule build every monday
Browse files Browse the repository at this point in the history
  • Loading branch information
haipham22 authored Nov 4, 2022
1 parent 0f94fe9 commit 901d27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build docker php-fpm-composer

on:
schedule:
- cron: "0 13 * * 1" # run on every monday
# schedule:
# - cron: "0 13 * * 1" # run on every monday
push:
branches:
- main
Expand Down

0 comments on commit 901d27a

Please sign in to comment.