Skip to content

Update CI status badge #61

Update CI status badge

Update CI status badge #61

name: faux-crucible-ci
on:
pull_request:
branches: [ main ]
paths:
- LICENSE
- '**.md'
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-benchmark-crucible-ci.yaml
- .github/workflows/faux-core-crucible-ci.yaml
- .github/workflows/faux-tool-crucible-ci.yaml
- 'docs/**'
jobs:
test-benchmark-crucible-ci-complete:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '
test-core-crucible-ci-complete:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '
test-tool-crucible-ci-complete:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '
call-core-crucible-ci:
uses: ./.github/workflows/faux-core-crucible-ci.yaml