ci: skip Build & Test e2e for docs/workflow-only PRs #36
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and pull-request-semver-bumper contributors | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: REUSE Compliance | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| reuse-lint: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: REUSE Compliance Check | |
| uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6 |