summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <tasos@netdata.cloud>2023-11-16 16:41:07 +0200
committerTasos Katsoulas <tasos@netdata.cloud>2023-11-16 16:41:07 +0200
commit0d65854c22d04f471201f7eb62edcc6f0c86b424 (patch)
tree8264f5b1905682b4aa95f8e497adc08e3ae15dd7
parent02b746e82dc470c5497638000ffda1cda0f341b5 (diff)
apply review suggestions and enable event scheduleragent-metadata-workflow
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/monitor-releases.yml6
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: |