mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
20 lines
812 B
YAML
20 lines
812 B
YAML
self-hosted-runner:
|
|
# Project-owned capability labels used by conditional test runners.
|
|
labels: [cuda, mps, mlx]
|
|
|
|
# Configuration variables in array of strings defined in your repository or
|
|
# organization. `null` means disabling configuration variables check.
|
|
# Empty array means no configuration variable is allowed.
|
|
config-variables: null
|
|
|
|
# Configuration for file paths. The keys are glob patterns to match to file
|
|
# paths relative to the repository root. The values are the configurations for
|
|
# the file paths. Note that the path separator is always '/'.
|
|
# The following configurations are available.
|
|
#
|
|
# "ignore" is an array of regular expression patterns. Matched error messages
|
|
# are ignored. This is similar to the "-ignore" command line option.
|
|
paths:
|
|
# .github/workflows/**/*.yml:
|
|
# ignore: []
|