# Copyright (c) 2024 Red Hat # # SPDX-License-Identifier: Apache-2.0 # # Configuration file with rules for the actionlint tool. # self-hosted-runner: # Labels of self-hosted runner that linter should ignore labels: - amd64-nvidia-a100 - amd64-nvidia-h100-snp - arm64-k8s - garm-ubuntu-2004 - garm-ubuntu-2004-smaller - garm-ubuntu-2204 - garm-ubuntu-2304 - garm-ubuntu-2304-smaller - garm-ubuntu-2204-smaller - ppc64le - ppc64le-k8s - ppc64le-small - ubuntu-24.04-ppc64le - ubuntu-24.04-s390x - riscv-builder - sev-snp - s390x - s390x-large - tdx - ubuntu-24.04-arm paths: .github/workflows/**/*.{yml,yaml}: ignore: # We use if: false to "temporarily" skip jobs with issues - 'constant expression "false" in condition'