Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename "filter paths" check to "Changed files?"
Browse files Browse the repository at this point in the history
emma-sg committed Jan 13, 2025
1 parent 8871e5a commit 6518be0
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
# In order to be able to have required checks, a workflow can't be entirely
# skipped: see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
paths-filter:
name: "Filter Paths"
name: "Changed files?"
runs-on: ubuntu-latest
outputs:
matches: ${{ steps.filter.outputs.matches }}
2 changes: 1 addition & 1 deletion .github/workflows/backend-lint.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
# In order to be able to have required checks, a workflow can't be entirely
# skipped: see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
paths-filter:
name: "Filter Paths"
name: "Changed files?"
runs-on: ubuntu-latest
outputs:
matches: ${{ steps.filter.outputs.matches }}
2 changes: 1 addition & 1 deletion .github/workflows/frontend-lint-test-build.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
# In order to be able to have required checks, a workflow can't be entirely
# skipped: see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
paths-filter:
name: "Filter Paths"
name: "Changed files?"
runs-on: ubuntu-latest
outputs:
matches: ${{ steps.filter.outputs.matches }}
2 changes: 1 addition & 1 deletion .github/workflows/k3d-ci.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
# In order to be able to have required checks, a workflow can't be entirely
# skipped: see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
paths-filter:
name: "Filter Paths"
name: "Changed files?"
runs-on: ubuntu-latest
outputs:
matches: ${{ steps.filter.outputs.matches }}
2 changes: 1 addition & 1 deletion .github/workflows/weblate-reformat.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jobs:
# In order to be able to have required checks, a workflow can't be entirely
# skipped: see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
paths-filter:
name: "Filter Paths"
name: "Changed files?"
runs-on: ubuntu-latest
# Only run on PRs with a target branch set of 'weblate'
if: github.base_ref == 'weblate'

0 comments on commit 6518be0

Please sign in to comment.