ci: update global workflows (#661)

This commit is contained in:
LizardByte-bot
2022-12-31 22:38:46 -05:00
committed by GitHub
parent a5213c6225
commit 17cd230c55
8 changed files with 29 additions and 12 deletions

View File

@@ -3,6 +3,8 @@
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
# Lint yaml files.
name: yaml lint
on:
@@ -10,6 +12,10 @@ on:
branches: [master, nightly]
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
yaml-lint:
runs-on: ubuntu-latest