What is the purpose of the updates.yml workflow?
#1158
Replies: 1 comment
|
I had the same question, so I followed both workflows through to the code. Your reading is correct: as it stands today, The workflow checks out the repository and invokes The real template synchronization is separate. The schedule discrepancy looks real too. In the current generated template, My best guess is that |
Uh oh!
There was an error while loading. Please reload this page.
First of all: Interesting project, thank you for your work and sharing it with the world ❤️
I'm currently evaluating whether Upptime might be something for me, but I'm a bit confused by the
updates.ymlworkflow. It calls theupptime/updates@masteraction, which appears to be a no-op, but pulls in a lot of dependencies. What's the purpose of this workflow? The workflow itself is named "Updates CI", yet it does nothing and I don't really understand what CI updates would be necessary, considering the template is kept up to date by theupdate-template.ymlworkflow. Theupdates.ymlworkflow also isn't mentioned in the Triggers docs.I also noticed that the Triggers docs claim other schedules: Both the
update-template.ymlworkflow andsite.ymlworkflow run supposedly once a week, but actually run daily by default. Why is that?All reactions