Skip to content

Commit 88c36b7

Browse files
committed
workflows: Schedule runs on the default branch, which is fine.
1 parent c394a15 commit 88c36b7

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/linux-qa.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- release
88
schedule:
99
cron: '0 0 * * *'
10-
branches-ignore:
11-
- release
1210

1311
concurrency:
1412
group: 'linux-qa-${{ github.ref }}'

.github/workflows/macos-qa.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- release
88
schedule:
99
cron: '0 0 * * *'
10-
branches-ignore:
11-
- release
1210

1311
concurrency:
1412
group: 'macos-qa-${{ github.ref }}'

.github/workflows/windows-qa.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- release
88
schedule:
99
cron: '0 0 * * *'
10-
branches-ignore:
11-
- release
1210

1311
concurrency:
1412
group: 'windows-qa-${{ github.ref }}'

mk-workflows/src/templates/qa-workflow.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- release
88
schedule:
99
cron: '0 0 * * *'
10-
branches-ignore:
11-
- release
1210

1311
concurrency:
1412
group: '$[[workflowName]]-${{ github.ref }}'

0 commit comments

Comments
 (0)