Skip to content

Commit

Permalink
Add schedule trigger to Quarkus workflow (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored Feb 27, 2024
1 parent 999edad commit 84e31c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-experiments-quarkus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Quarkus

on:
schedule:
# Every Sunday at 6.00pm
- cron: "0 18 * * 0"

workflow_dispatch:

env:
Expand Down

0 comments on commit 84e31c5

Please sign in to comment.