Skip to content

Commit

Permalink
[Build] Move all fast pull-request checks to pr-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Oct 1, 2024
1 parent 05ecf3e commit 18d7b89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/checkMergeCommits.yml

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
branches: [ master ]
pull_request

jobs:
check-freeze-period:
if: github.base_ref == 'master'
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/verifyFreezePeriod.yml@master
check-merge-commits:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
check-versions:
if: github.base_ref == 'master'
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
with:
botName: Eclipse JDT Bot
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/verifyFreezePeriod.yml

This file was deleted.

0 comments on commit 18d7b89

Please sign in to comment.