ostree/.github/workflows
Dan Nicholson 8d1373bdd7 workflow/docs: Fix deployments
A couple fixes to make PRs and non-PRs work correctly:

* In a conditional expression, `true` or `false` are returned unless you
  terminate both sides in a ternary. That was causing 2 strings to be
  suffixed with `false` instead of an empty string.
* For a PR, we do actually want to cancel in progress runs since there's
  no danger of breaking an in progress deployment.
* For PRs, just use the same `github-pages-pr` name for the artifact.
  The important part is that it's not called `github-pages` where an in
  progress deployment could pick it up. Otherwise it can use the same
  name all the time.
2024-09-15 14:01:19 -06:00
..
bootc.yaml ci: Bump bootc e2e to latest ubuntu, drop docker 2024-06-20 09:52:38 -04:00
docs.yml workflow/docs: Fix deployments 2024-09-15 14:01:19 -06:00
labeler.yml ci: Add an automatic labeler action 2023-09-07 17:38:59 -04:00
release.yml workflows: limit permissions to reading repo contents 2021-07-28 18:32:04 -04:00
rust.yml ci: Move lints into main build 2023-08-31 16:33:07 -04:00
tests.yml github/workflows/tests: Update actions/{upload,download}-artifact to v4 2024-09-13 14:45:34 -04:00