chore: update global workflows (#4486)
This commit is contained in:
parent
e0edccb55d
commit
bc7b534f5b
4 changed files with 5 additions and 10 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
2
.github/workflows/_codeql.yml
vendored
2
.github/workflows/_codeql.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
6
.github/workflows/_common-lint.yml
vendored
6
.github/workflows/_common-lint.yml
vendored
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
2
.github/workflows/_update-pacman-repo.yml
vendored
2
.github/workflows/_update-pacman-repo.yml
vendored
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue