ci: update global workflows (#1606)

This commit is contained in:
LizardByte-bot
2023-09-05 18:46:45 -04:00
committed by GitHub
parent 9bba78c11a
commit 4a657b29a3
4 changed files with 10 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ on:
schedule:
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
languages:
name: Get language matrix
@@ -96,7 +100,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive