diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2026-05-12 09:54:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 09:54:35 +0200 |
| commit | 00ea410b9c53b41a23c978ef781bd93bec628026 (patch) | |
| tree | 43f8c329a0d98560a2b8f4e96d01d9d841bdf502 /.github/workflows/test-java-ea.yml | |
| parent | 14e0a8fd764048a995ba742753afd6c930d3ea0f (diff) | |
Added workflow_dispatch to all github Actions so they can be triggered from Github.com directly (#414)
Diffstat (limited to '.github/workflows/test-java-ea.yml')
| -rw-r--r-- | .github/workflows/test-java-ea.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-java-ea.yml b/.github/workflows/test-java-ea.yml index 740e103f..6723ea18 100644 --- a/.github/workflows/test-java-ea.yml +++ b/.github/workflows/test-java-ea.yml @@ -2,6 +2,7 @@ name: Test Java EA release on: schedule: - cron: 0 0 * * 0 # weekly + workflow_dispatch: jobs: java-ea: |
