From 0d65854c22d04f471201f7eb62edcc6f0c86b424 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Thu, 16 Nov 2023 16:41:07 +0200 Subject: apply review suggestions and enable event scheduler Signed-off-by: Tasos Katsoulas --- .github/workflows/build.yml | 2 +- .github/workflows/monitor-releases.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f27835cc84..4a6debc469 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -874,7 +874,7 @@ jobs: uses: actions/setup-python@v4 id: init-python with: - python-version: "3.9" + python-version: "3.12" - name: Setup python environment id: setup-python run: | diff --git a/.github/workflows/monitor-releases.yml b/.github/workflows/monitor-releases.yml index b6f07d309b..ddfbda233f 100644 --- a/.github/workflows/monitor-releases.yml +++ b/.github/workflows/monitor-releases.yml @@ -2,8 +2,8 @@ name: Monitor-releases on: -# release: -# types: [released, deleted] + release: + types: [released, deleted] workflow_dispatch: inputs: channel: @@ -31,7 +31,7 @@ jobs: uses: actions/setup-python@v4 id: init-python with: - python-version: "3.9" + python-version: "3.12" - name: Setup python environment id: setup-python run: | -- cgit v1.2.3