Update testing.yml

pull/35/head
Antoine Guyon 3 years ago committed by GitHub
parent 0f01a6cf98
commit 6b293ba33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save