ci(tenant-registry): drop hashFiles job gate
act_runner doesn't reliably evaluate hashFiles() at job-level if: conditions, so the gate skipped the test job even with the Go sources committed. tenant-registry has Go source from day one — let test always run. Refs: M4.1
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
if: hashFiles('go.sum') != ''
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user