Browse Source

for testing

Armin Schrenk 3 months ago
parent
commit
384ca8eb2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/check-jdk-updates.yml

+ 1 - 0
.github/workflows/check-jdk-updates.yml

@@ -3,6 +3,7 @@ name: Checks JDK version for minor updates
 on:
   schedule:
     - cron: '0 0 1 * *' # run once a month at the first day of month
+  workflow_dispatch:
 
 env:
   JDK_VERSION: '23.0.1+11'