From 6b293ba33f2dadbcacb88071dfd3429f95bdaadb Mon Sep 17 00:00:00 2001 From: Antoine Guyon Date: Mon, 27 Mar 2023 10:48:44 +0200 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c8d0e9c..6a4dbce 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,7 +1,8 @@ name: Mise à jour automatique du programme -on: - schedule: - - cron: '0 * * * *' # Exécute la pipeline toutes les heures +# on: +# schedule: +# - cron: '0 * * * *' # Exécute la pipeline toutes les heures +on: [workflow_dispatch] jobs: build: runs-on: ubuntu-latest