Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/consume-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ name: consume-spec
on:
repository_dispatch:
types: [spec-released]
# Hourly cron disabled until tmsx-platform publishes its first spec-v* release
# and PLATFORM_READ_TOKEN is configured (TECH-1117). Until then every scheduled
# run fails at "Determine target spec version" (gh auth error, exit 4). Re-enable
# once the platform release + read token exist. Manual + dispatch triggers remain.
# schedule:
# - cron: '23 * * * *' # hourly safety net
schedule:
- cron: '23 * * * *' # hourly safety net
workflow_dispatch:
inputs:
spec_version:
Expand Down