From 5d3c70365dd058f14471a31ad20de69545d58c21 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:42:13 +0200 Subject: [PATCH] force tonel 1 and update p12 CI --- .github/workflows/Pharo12CI.yml | 2 -- src/.properties | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Pharo12CI.yml b/.github/workflows/Pharo12CI.yml index f9535e2..1c791b2 100644 --- a/.github/workflows/Pharo12CI.yml +++ b/.github/workflows/Pharo12CI.yml @@ -9,8 +9,6 @@ on: - 'main' pull_request: types: [assigned, opened, synchronize, reopened] - schedule: - - cron: '0 12 * * 0' jobs: build: diff --git a/src/.properties b/src/.properties index 53a5454..078f16b 100644 --- a/src/.properties +++ b/src/.properties @@ -1,3 +1,4 @@ { - #format : #tonel -} + #format : #tonel, + #version: #'1.0' +} \ No newline at end of file