Skip to content

sdk%fix(ci): narrow CodeQL cache, place 100 commit limit per PR, update codecov scope, restore MSRV artifact caching, try to fix false-fail due to concurrent runs #45

sdk%fix(ci): narrow CodeQL cache, place 100 commit limit per PR, update codecov scope, restore MSRV artifact caching, try to fix false-fail due to concurrent runs

sdk%fix(ci): narrow CodeQL cache, place 100 commit limit per PR, update codecov scope, restore MSRV artifact caching, try to fix false-fail due to concurrent runs #45

Workflow file for this run

name: "dash-pow"
on:
workflow_dispatch:
push:
paths:
- pkgs/pow/**
- pkgs/num/**
- Cargo.lock
- Cargo.toml
- .github/workflows/pkg_pow.yml
- .github/workflows/build_stable.yml
- .github/workflows/build_nightly.yml
pull_request:
paths:
- pkgs/pow/**
- pkgs/num/**
- Cargo.lock
- Cargo.toml
- .github/workflows/pkg_pow.yml
- .github/workflows/build_stable.yml
- .github/workflows/build_nightly.yml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
stable:
uses: ./.github/workflows/build_stable.yml
with:
package: dash-pow
package_dir: pow
features: std,_internal
nightly:
uses: ./.github/workflows/build_nightly.yml
with:
package: dash-pow
package_dir: pow
secrets: inherit