Skip to content

Commit 35fb449

Browse files
committed
Regenerate stuff.
1 parent 87c9abe commit 35fb449

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/molecule.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches:
1111
- master
12+
pull_request:
13+
branches:
14+
- master
1215
schedule:
1316
- cron: '23 12 12 * *'
1417

@@ -24,6 +27,7 @@ jobs:
2427
molecule:
2528
needs:
2629
- lint
30+
if: github.event_name != 'pull_request'
2731
runs-on: ubuntu-latest
2832
strategy:
2933
fail-fast: false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.cache
55
.DS_Store
66
.ansible
7+
results-*.txt

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2025 Robert de Bock (robert@meinit.nl)
190+
Copyright 2026 Robert de Bock (robert@meinit.nl)
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)