40ants / 40ants/github-actions

how to filter github action matrices (matrix fails to render as well)

Aberta
#3 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Common Lisp
Estrelas
13
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Badge NO FILTER

[![](http://github-actions.40ants.com/mgood7123/prebuilder/matrix.svg)](https://github.com/mgood7123/prebuilder/actions)

`[![](http://github-actions.40ants.com/mgood7123/prebuilder/matrix.svg)](https://github.com/mgood7123/prebuilder/actions)`

Badge FILTERED

[![](http://github-actions.40ants.com/mgood7123/prebuilder/matrix.svg?only=CMake.run-build.ubuntu-latest,CMake.run-build.macOS-latest,CMake.run-build.windows-latest)](https://github.com/mgood7123/prebuilder/actions)

`[![](http://github-actions.40ants.com/mgood7123/prebuilder/matrix.svg?only=CMake.run-build.ubuntu-latest,CMake.run-build.macOS-latest,CMake.run-build.windows-latest)](https://github.com/mgood7123/prebuilder/actions)`

why does this have `Waiting For A Run` even though the workflow has succeeded?

also why does the matrix fail to render?

cmake.yaml:

```yaml
name: CMake

on:
push:
branches: [ main ]

concurrency:
group: build
cancel-in-progress: true

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Debug

jobs:
build:
runs-on: ${{ matrix.os }}
permissions:
contents: write
strategy:
fail-fast: false
max-parallel: 1
matrix:
include:

- os: ubuntu-latest
extension: so

- os: macOS-latest
extension: dylib

- os: windows-latest
extension: dll

defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v2

# ommited
```

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.