Skip to content

Commit 6b84cdc

Browse files
committed
Move shared workflows into folder '.github/workflows/shared'
This helps to distinguish workflows shared with and called from other repositories and workflows called in this repository.
1 parent a2945b2 commit 6b84cdc

14 files changed

+5
-5
lines changed

.github/workflows/callUpdateTarget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
update:
21-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master
21+
uses: ./.github/workflows/shared/updateTarget.yml
2222
with:
2323
author: Eclipse Releng Bot <releng-bot@eclipse.org>
2424
path: 'eclipse.platform.releng.prereqs.sdk'

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111

1212
jobs:
1313
check-freeze-period:
14-
uses: ./.github/workflows/verifyFreezePeriod.yml
14+
uses: ./.github/workflows/shared/verifyFreezePeriod.yml
1515
check-merge-commits:
16-
uses: ./.github/workflows/checkMergeCommits.yml
16+
uses: ./.github/workflows/shared/checkMergeCommits.yml
1717
check-versions:
1818
# Run this check only for PRs from forks and not for changes from bots created on branches in this repository
1919
if: github.event.pull_request.head.repo.full_name != github.repository
20-
uses: ./.github/workflows/checkVersions.yml
20+
uses: ./.github/workflows/shared/checkVersions.yml
2121
with:
2222
botName: Eclipse Platform Bot
2323
botMail: platform-bot@eclipse.org
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)