hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
117 stars 110 forks source link

Deploy Tasks from `.github/workflows/release-integration.yml` are using the wrong runner labels causing deploy tasks to hang #8627

Closed rbarkerSL closed 6 days ago

rbarkerSL commented 6 days ago

Description

Current label configuration: runs-on: [self-hosted, linux, large, ephemeral] Required label configuration: runs-on: [self-hosted, Linux, large, ephemeral]

Steps to reproduce

Run the .github/workflows/release-integration.yml deploy step

Additional context

No response

Hedera network

other

Version

main

Operating system

None