Skip to content

fix: fork-safe test reporting via artifact provider; gate releases on the unified report #663

fix: fork-safe test reporting via artifact provider; gate releases on the unified report

fix: fork-safe test reporting via artifact provider; gate releases on the unified report #663

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- "release/**"
paths:
- "src/**"
- "**/*.sln"
- "**/*.csproj"
- "**/*.props"
- "**/*.targets"
- "Directory.Packages.props"
- "Directory.Build.props"
- "global.json"
- "nuget.config"
- "GitVersion.yml"
- ".config/dotnet-tools.json"
- ".github/workflows/**"
- ".github/actions/**"
- "!**/*.md"
permissions:
contents: read
actions: read
jobs:
build-and-test:

Check failure on line 29 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 29, Col: 3): Error calling workflow 'ALCops/Analyzers/.github/workflows/build-test.yml@fb44056032a1d662b923c05346265e63e737b406'. The nested job 'report' is requesting 'checks: write', but is only allowed 'checks: none'.
# Skip workflow when merging from release branch into main
if: |
!(github.base_ref == 'main' && startsWith(github.head_ref, 'release/'))
uses: ./.github/workflows/build-test.yml
with:
draft-check: true