mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Only run tests when nsis files are modified
This commit is contained in:
parent
fb2297e11c
commit
676945eec7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nsis-tests.yml
vendored
1
.github/workflows/nsis-tests.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
name: Logic Tests
|
||||
runs-on:
|
||||
- windows-latest
|
||||
if: ${{ contains(fromJSON('["push", "schedule", "workflow_dispatch"]'), github.event_name) || fromJSON(inputs.changed-files)['nsis_tests'] }}
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue