Skip to content

ci/cd: disable some actions by default #130

Open
@kamilsk

Description

Motivation: a created from the template repository has broken builds, e.g.,

image

Proof of concept

ENABLED_ACTIONS=(
  caches
  cd
  ci
  deps
  docs <- failed from scratch
  runs
  stale
  tools
)
# or
ENABLED_ACTIONS=[caches,...,tools]

Use contains https://docs.github.com/en/actions/learn-github-actions/expressions#contains.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

effort: easyAn issue is easy to implement.impact: mediumAn issue has medium impact.scope: docsAn issue related to documentation.scope: inventoryAn issue related to auxiliary code, e.g., CI config, Makefiles, etc.type: improvementA new improvement proposal.

Type

No type

Projects

  • Status

    Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions