ci(portal): drop hashFiles job gate (act_runner doesn't evaluate it)
ci / shared (pull_request) Successful in 5s
ci / test (pull_request) Failing after 25s
ci / e2e (pull_request) Has been skipped
ci / image (pull_request) Has been skipped

Gitea's act_runner doesn't evaluate hashFiles() at job-level if:
conditions, so the gate I added in M0.2 universally skipped the test
job even when package.json was committed. Drop it for portal —
package.json is a permanent fixture in this repo so we always want
test + e2e to run. e2e/image jobs keep their other conditions
(push-to-main, etc.)

Refs: M5.1
This commit is contained in:
2026-05-18 23:04:53 +02:00
parent c051ae0626
commit 398e5c85b7
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
test: test:
runs-on: docker runs-on: docker
if: hashFiles('package.json') != ''
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4