Skip to content

Commit 2fea4cd

Browse files
committed
[Build|GH] Use quick-fix to avoid need for EF-infrastrucutre
1 parent 4f898d1 commit 2fea4cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
projectId: eclipse.pde
1717
build:
18-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
18+
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@gh-workflow-quickfix
1919
with:
2020
maven-goals: clean verify -Ptck

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
callCodeQLworkflow:
13-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@master
13+
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@gh-workflow-quickfix

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check-merge-commits:
1616
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
1717
check-versions:
18-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
18+
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@gh-workflow-quickfix
1919
with:
2020
botName: Eclipse PDE Bot
2121

0 commit comments

Comments
 (0)