From 2d144f15d98e0194978ce0c834e704901ae764e6 Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:33:18 +0100 Subject: [PATCH] patch --- .github/workflows/database-update.yml | 2 +- .github/workflows/phpcs.yml | 4 ++-- .github/workflows/tasks.yml | 4 ++-- .github/workflows/test-ansible-role.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/database-update.yml b/.github/workflows/database-update.yml index 299df50a1..205171d1b 100644 --- a/.github/workflows/database-update.yml +++ b/.github/workflows/database-update.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Get all releases from lbr38/repomanager - run: RELEASES=$(curl -s https://api.github.com/repos/lbr38/repomanager/releases?per_page=10000 | jq -r '.[].name') >> $GITHUB_ENV + run: echo "RELEASES=$(curl -s https://api.github.com/repos/lbr38/repomanager/releases?per_page=10000 | jq -r '.[].name')" >> $GITHUB_ENV - name: Format releases to a key-value array run: | diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 9c72f29ac..439c8125b 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -1,8 +1,8 @@ name: PHP_CodeSniffer on: - push: - branches: [ devel ] + # push: + # branches: [ devel ] pull_request: push: branches: [ stable ] diff --git a/.github/workflows/tasks.yml b/.github/workflows/tasks.yml index bd4f3016a..b33ff3268 100644 --- a/.github/workflows/tasks.yml +++ b/.github/workflows/tasks.yml @@ -1,8 +1,8 @@ name: Run rpm and deb tasks on: - push: - branches: [ devel ] + # push: + # branches: [ devel ] pull_request: push: branches: [ stable ] diff --git a/.github/workflows/test-ansible-role.yml b/.github/workflows/test-ansible-role.yml index 69bfc0e0e..f728638f1 100644 --- a/.github/workflows/test-ansible-role.yml +++ b/.github/workflows/test-ansible-role.yml @@ -1,8 +1,8 @@ name: Test ansible role on: - push: - branches: [ devel ] + # push: + # branches: [ devel ] pull_request: push: branches: [ stable ]