Skip to content

Commit

Permalink
Temporarily disable broken hotfix GHA cron
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Mar 29, 2023
1 parent 837802c commit 583ec44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hotfix-image-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

name: Build XCache images based off of XRootD hotfix tags
on:
schedule:
# Builds take ~15-25 min
- cron: '*/30 * * * *'
# FIXME: temporarily disable while this workflow is broken
# schedule:
# # Builds take ~15-25 min
# - cron: '*/30 * * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 583ec44

Please sign in to comment.