Remove the temporary deploy trigger
All checks were successful
check / check (push) Successful in 10s
All checks were successful
check / check (push) Successful in 10s
Reverts the branch entry added purely so act_runner would really execute the deploy workflow's build job against the new hugo install path. deploy.yml is back to `branches: [main]` and is now byte-identical to main's copy: `git diff main HEAD -- .gitea/workflows/deploy.yml` is empty. The runner-verified commit2a95023is deliberately left in this branch's history rather than rebased away, so a reviewer can confirm for themselves that nothing functional changed between what the runner actually ran and what is being merged: git diff2a95023HEAD -- .gitea/workflows/deploy.yml Only the trigger entry and its comment differ.
This commit is contained in:
@@ -4,13 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# TEMPORARY - removed before merge. This branch changes how
|
|
||||||
# script/bootstrap installs hugo, which is the production
|
|
||||||
# deploy path, and script/cibuild cannot cover that: docker
|
|
||||||
# build runs RUN under /bin/sh with no Actions runtime. The
|
|
||||||
# deploy job's `if: github.ref_name == 'main'` guard below
|
|
||||||
# keeps branch runs away from Cloudflare.
|
|
||||||
- 26-hugo-deliberate-version
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user