Skip to content

Commit

Permalink
chore: Disable all docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood24 committed Dec 6, 2024
1 parent 017eac0 commit 51a256a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerfile-gpu-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GPU Dockerfile Push

on:
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerfile-multiversion-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Dockerfile Mutiversion Push

on:
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dockerfile-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Dockerfile Push

on:
schedule:
# runs everyday at 23:00 UTC
- cron: '0 23 * * *'
# schedule:
# # runs everyday at 23:00 UTC
# - cron: '0 23 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 51a256a

Please sign in to comment.