fix: 28589 resolve the ledger monad swap issue. #29
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: CI (Namespace shadow) | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened, ready_for_review] | ||
| paths-ignore: | ||
| - 'docs/**' | ||
| - '**/*.md' | ||
| - '.github/CODEOWNERS' | ||
| push: | ||
| branches: [main] | ||
| schedule: | ||
| - cron: '0 * * * *' | ||
| workflow_dispatch: | ||
| concurrency: | ||
| group: ns-shadow-${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| shadow-ci: | ||
|
Check failure on line 21 in .github/workflows/ci-namespace-shadow.yml
|
||
| name: '[shadow] CI' | ||
| uses: ./.github/workflows/ci.yml | ||
| with: | ||
| runner_provider: namespace | ||
| secrets: inherit | ||