Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 11, 2024
1 parent 1f1a71b commit 2d144f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PHP_CodeSniffer

on:
push:
branches: [ devel ]
# push:
# branches: [ devel ]
pull_request:
push:
branches: [ stable ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run rpm and deb tasks

on:
push:
branches: [ devel ]
# push:
# branches: [ devel ]
pull_request:
push:
branches: [ stable ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ansible-role.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Test ansible role

on:
push:
branches: [ devel ]
# push:
# branches: [ devel ]
pull_request:
push:
branches: [ stable ]
Expand Down

0 comments on commit 2d144f1

Please sign in to comment.