disable containers cron job

This commit is contained in:
Anders Rytter Hansen 2024-06-02 08:29:59 +02:00
commit db9a299fb2
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ name: fedora-toolbox-general
# documentation. # documentation.
on: on:
schedule: # schedule:
- cron: '0 6 * * 6' # 6 am on Saturdays # - cron: '0 6 * * 6' # 6 am on Saturdays
push: push:
paths: paths:
- 'containers/fedora-toolbox/general/Dockerfile' - 'containers/fedora-toolbox/general/Dockerfile'

View file

@ -6,8 +6,8 @@ name: fedora-toolbox
# documentation. # documentation.
on: on:
schedule: # schedule:
- cron: '0 5 * * 6' # 5 am on Saturdays # - cron: '0 5 * * 6' # 5 am on Saturdays
push: push:
paths: paths:
- 'containers/fedora-toolbox/base-gui.Dockerfile' - 'containers/fedora-toolbox/base-gui.Dockerfile'