-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidy up build-multiarch workflow a little.
Just a bunch of small things: - Remove deleted branch from triggers. - Pick a start minute at random that's not too close to the hour (just to be nice and not bunch up with other people's jobs). - Move the build matrix config file out of the hidden .github directory, so nobody else has to waste time looking for it. - Just specify ubuntu-latest. We'd rather the build breaks because something needs updating to work with the latest supported OS (likely easy to fix) rather than it breaks because it got left on a pinned version until it went out of support (likely more effort to fix). - Remove `name` fields where they don't add anything beyond what's already in the `id` field. - Remove `id` fields where they're unused _and_ don't add any info beyond what's in the `uses` field. - Turn off logspew on `checkout` actions. (It's annoying this isn't the default, but hey.) - Clean up some spurious whitespace.
- Loading branch information
Showing
2 changed files
with
35 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.