From 0fb2db808f22a53b7d6482136fda07ade0aaebd2 Mon Sep 17 00:00:00 2001 From: Ahmet Nihat Simsek Date: Wed, 8 May 2024 10:36:27 +0200 Subject: [PATCH] Test: run siibra-tutorials on demand --- .github/workflows/cron-siibra-tutorials.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cron-siibra-tutorials.yml b/.github/workflows/cron-siibra-tutorials.yml index ffebf976..6da81997 100644 --- a/.github/workflows/cron-siibra-tutorials.yml +++ b/.github/workflows/cron-siibra-tutorials.yml @@ -1,6 +1,7 @@ name: '[cron] test siibra-tutorials' on: + workflow_dispatch: schedule: - cron: '30 6 1,11,21 * *' # every 1st, 11th, and 21th of every month at 6:30