fix: decode chain state against live metadata, not bundled codegen #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dependency cooldown | |
| on: | |
| pull_request: | |
| # labeled/unlabeled/edited are required so the gate re-runs when an | |
| # emergency bypass label or reason is added. | |
| types: [opened, synchronize, reopened, labeled, unlabeled, edited] | |
| permissions: | |
| contents: read | |
| jobs: | |
| dependency-cooldown: | |
| uses: Quantus-Network/shared-workflows/.github/workflows/dependency-cooldown.yml@v1 |