Skip to content

Commit 588b9ef

Browse files
chore: update global workflows (#169)
1 parent 52f4472 commit 588b9ef

File tree

5 files changed

+8
-132
lines changed

5 files changed

+8
-132
lines changed

.github/pr_release_template.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/auto-create-pr.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/automerge.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: "CodeQL"
99

1010
on:
1111
push:
12-
branches: ["master", "nightly"]
12+
branches: ["master"]
1313
pull_request:
14-
branches: ["master", "nightly"]
14+
branches: ["master"]
1515
schedule:
1616
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
1717

@@ -140,9 +140,12 @@ jobs:
140140
submodules: recursive
141141

142142
- name: Setup msys2
143-
if: runner.os == 'Windows'
143+
if: >-
144+
runner.os == 'Windows' &&
145+
matrix.language == 'cpp'
144146
uses: msys2/setup-msys2@v2
145147
with:
148+
msystem: ucrt64
146149
update: true
147150

148151
# Initializes the CodeQL tools for scanning.

.github/workflows/yaml-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ name: yaml lint
99

1010
on:
1111
pull_request:
12-
branches: [master, nightly]
12+
branches: [master]
1313
types: [opened, synchronize, reopened]
1414

1515
concurrency:
16-
group: ${{ github.workflow }}-${{ github.ref }}
16+
group: "${{ github.workflow }}-${{ github.ref }}"
1717
cancel-in-progress: true
1818

1919
jobs:

0 commit comments

Comments
 (0)