Skip to content

PR - Windows checks #3050

PR - Windows checks

PR - Windows checks #3050

name: PR - Windows checks
on:
workflow_dispatch:
pull_request:
# Limit to just those changes that 'might' affect Windows for automated builds
# We can always do a manual build for a branch
paths:
- '**.h'
- '**.c'
- '**.windows'
- './conf/**'
- './cmake/**'
types:
- opened
- reopened
- synchronize
jobs:
pr-windows-build:
uses: ./.github/workflows/call-build-windows.yaml

Check failure on line 21 in .github/workflows/pr-windows-build.yaml

View workflow run for this annotation

GitHub Actions / PR - Windows checks

Invalid workflow file

The workflow is not valid. In .github/workflows/pr-windows-build.yaml (Line: 21, Col: 11): Error from called workflow fluent/fluent-bit/.github/workflows/call-build-windows.yaml@2f43ed8294bf437013346d9467c1d1d0aac88a87 (Line: 134, Col: 13): The identifier 'save-vcpkg-sources' may not be used more than once within the same scope.
with:
version: ${{ github.sha }}
ref: ${{ github.sha }}
environment: pr
secrets:
token: ${{ secrets.GITHUB_TOKEN }}