-
Notifications
You must be signed in to change notification settings - Fork 247
41 lines (38 loc) · 1.07 KB
/
FileShares-FileSharesWeb.yml
File metadata and controls
41 lines (38 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: "FileShares: FileSharesWeb"
on:
workflow_dispatch:
inputs:
windows_integration_environment:
description: GitHub Environment name for integration tests running on Windows.
required: false
type: string
push:
branches:
- main
- '[0-9]+.x'
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- nuget.config
- Pipfile*
- pyenv.pkgs
- environment.py
- pysteel/**
- steps/**
- FileShares/src/FileSharesWeb/**
- .github/workflows/networkfileshares.yml
- .github/workflows/shared-test-workflow.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.windows_integration_environment || vars.WINDOWS_INTEGRATION_ENVIRONMENT }}
cancel-in-progress: true
jobs:
windows:
uses: ./.github/workflows/shared-test-workflow.yml
secrets: inherit
with:
feature: FileShares
sample: FileSharesWeb
OS: windows
environment_name: ${{ github.event.inputs.windows_integration_environment || vars.WINDOWS_INTEGRATION_ENVIRONMENT }}