Skip to content

Commit

Permalink
removing container cron
Browse files Browse the repository at this point in the history
  • Loading branch information
John Muchovej authored Mar 18, 2020
1 parent 0b77347 commit 9a8943a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- "autobot/*"
- "docker/container.autobot/*"
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onschedule
schedule:
- cron: "* 3 * * 5" # run at 3am every Friday
# schedule:
# - cron: "* 3 * * 5" # run at 3am every Friday

jobs:
build-base:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
- name: "Running build script (builds and pushes container)"
run: |
cd docker/container.autobot
./build ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }}
./build ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a8943a

Please sign in to comment.