ceph-csi/.github/workflows
Niels de Vos b804181a3d ci: remove \ from GitHub Workflow if condition
Backslashes (`\`) cause issues in the `if` statment with GitHub
Workflows.

    Unexpected symbol: '\'. Located at position 53 within expression:
    (github.event.pull_request.label == 'ok-to-test' && \

Using the `>` YAML syntax to replace linebreaks with spaces should
address this problem.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2023-05-31 07:44:13 +00:00
..
build-multi-stage.yaml ci: add ci/skip/multi-arch-build label 2022-05-10 06:08:22 +00:00
codespell.yaml ci: Set permissions for GitHub actions 2022-05-05 20:21:15 +05:30
commitlint.yaml ci: do not run commitlint GitHub Action on dependabot PRs 2023-02-21 10:58:52 +00:00
dependency-review.yaml rebase: bump actions/dependency-review-action from 2 to 3 2022-11-17 13:00:22 +00:00
go-test.yaml ci: Set permissions for GitHub actions 2022-05-05 20:21:15 +05:30
golangci-lint.yaml ci: Set permissions for GitHub actions 2022-05-05 20:21:15 +05:30
lint-extras.yaml ci: Set permissions for GitHub actions 2022-05-05 20:21:15 +05:30
mergify-copy-labels.yaml ci: switch back to official label copier & always add ok-to-test label 2023-05-19 07:40:10 +00:00
mod-check.yaml ci: Set permissions for GitHub actions 2022-05-05 20:21:15 +05:30
publish-artifacts.yaml rebase: bump docker/login-action from 1 to 2 2022-05-10 05:02:33 +00:00
pull-request-commentor.yaml ci: remove \ from GitHub Workflow if condition 2023-05-31 07:44:13 +00:00
retest.yaml ci: Set permissions for GitHub actions 2022-05-05 20:21:15 +05:30
stale.yaml rebase: Bump actions/stale from 7 to 8 2023-03-28 07:10:20 +00:00
test-retest-action.yaml ci: only run test-retest-action if the PR modifies the action 2023-02-21 10:58:52 +00:00