Skip to content

Commit a0733e4

Browse files
committed
[Build] Move all fast pull-request checks to pr-checks.yml
1 parent 00b362d commit a0733e4

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/callFreezePeriodCheck.yml

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

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches: [ master ]
1111

1212
jobs:
13+
check-freeze-period:
14+
uses: ./.github/workflows/verifyFreezePeriod.yml
15+
check-merge-commits:
16+
uses: ./.github/workflows/checkMergeCommits.yml
1317
check-versions:
1418
# Run this check only for PRs from forks and not for changes from bots created on branches in this repository
1519
if: github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)