ipfs / public-gateway-checker

Checks which public gateways are online or not
https://ipfs.github.io/public-gateway-checker/
Other
1.69k stars 357 forks source link

ci: run test and release once conformance ended #529

Closed 2color closed 7 months ago

2color commented 7 months ago

Problem

Background

What this PR does

Ensures that the release commit only happens after the "Gateway Conformance Dashboard" workflow has completed (and committed the aggregated report list)

2color commented 7 months ago

So now that this has been merged, we have another problem, the release job doesn't run (https://github.com/ipfs/public-gateway-checker/actions/runs/7829778294), ostensibly because the job conditions are now different (https://github.com/ipdxco/unified-github-workflows/blob/31914bfda61680988993e1bf503e791342238abe/.github/workflows/js-test-and-release.yml#L190)

I'll create an issue for this.