Skip to content

Commit 583ec44

Browse files
committed
Temporarily disable broken hotfix GHA cron
1 parent 837802c commit 583ec44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/hotfix-image-builds.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
name: Build XCache images based off of XRootD hotfix tags
66
on:
7-
schedule:
8-
# Builds take ~15-25 min
9-
- cron: '*/30 * * * *'
7+
# FIXME: temporarily disable while this workflow is broken
8+
# schedule:
9+
# # Builds take ~15-25 min
10+
# - cron: '*/30 * * * *'
1011
workflow_dispatch:
1112

1213
jobs:

0 commit comments

Comments
 (0)