chore: update global workflows (#4486)

This commit is contained in:
LizardByte-bot 2025-12-23 18:28:47 -05:00 committed by GitHub
commit bc7b534f5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 10 deletions

View file

@ -24,7 +24,10 @@ updates:
open-pull-requests-limit: 10 open-pull-requests-limit: 10
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directories:
- "/"
- "/.github/actions/*"
- "/actions/*"
rebase-strategy: disabled rebase-strategy: disabled
schedule: schedule:
interval: "cron" interval: "cron"

View file

@ -14,8 +14,6 @@ on:
branches: branches:
- master - master
pull_request: pull_request:
branches:
- master
schedule: schedule:
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC - cron: '00 12 * * 0' # every Sunday at 12:00 UTC

View file

@ -9,12 +9,6 @@ permissions:
on: on:
pull_request: pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
concurrency: concurrency:
group: "${{ github.workflow }}-${{ github.ref }}" group: "${{ github.workflow }}-${{ github.ref }}"

View file

@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
update-homebrew-release: update-pacman-repo:
name: Update pacman repo name: Update pacman repo
uses: LizardByte/.github/.github/workflows/__call-update-pacman-repo.yml@master uses: LizardByte/.github/.github/workflows/__call-update-pacman-repo.yml@master
if: github.repository_owner == 'LizardByte' if: github.repository_owner == 'LizardByte'