Skip to content

Commit a818cfd

Browse files
thaJeztahvvoland
authored andcommitted
gha: run windows 2025 on PRs, 2022 scheduled
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 9316396) Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 653777a commit a818cfd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/windows-2022.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
on:
17+
schedule:
18+
- cron: '0 10 * * *'
1719
workflow_dispatch:
18-
push:
19-
branches:
20-
- 'master'
21-
- '[0-9]+.[0-9]+'
22-
- '[0-9]+.x'
23-
pull_request:
2420

2521
jobs:
2622
validate-dco:

.github/workflows/windows-2025.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
on:
17-
schedule:
18-
- cron: '0 10 * * *'
1917
workflow_dispatch:
18+
push:
19+
branches:
20+
- 'master'
21+
- '[0-9]+.[0-9]+'
22+
- '[0-9]+.x'
23+
pull_request:
2024

2125
jobs:
2226
validate-dco:

0 commit comments

Comments
 (0)