Skip to content

Commit ee0651e

Browse files
committed
+changelog-ignore: rm dependabot & legacy workflow action
1 parent 377a42b commit ee0651e

File tree

3 files changed

+5
-33
lines changed

3 files changed

+5
-33
lines changed

.github/dependabot.yml

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

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ on:
44
branches: "*"
55
workflow_dispatch:
66
jobs:
7-
metadata:
8-
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@main
97
build:
108
runs-on: ubuntu-latest
11-
needs:
12-
- metadata
139
steps:
1410
- name: Build
1511
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@main
1612
with:
17-
project-name: ${{ needs.metadata.outputs.project-name}}
18-
project-path: ${{ needs.metadata.outputs.project-path }}
13+
project-name: Umbraco.Community.DataProtection
14+
project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
1915
umbraco-version: 13

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@ on:
44
pull_request:
55
types: [ closed ]
66
jobs:
7-
metadata:
8-
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@main
97
release:
8+
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
109
runs-on: ubuntu-latest
1110
permissions:
1211
contents: write
13-
needs:
14-
- metadata
1512
steps:
1613
- name: Build
1714
id: build
1815
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
1916
with:
20-
project-name: ${{ needs.metadata.outputs.project-name}}
21-
project-path: ${{ needs.metadata.outputs.project-path }}
17+
project-name: Umbraco.Community.DataProtection
18+
project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
2219
umbraco-version: 13
2320
- name: Release
2421
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main

0 commit comments

Comments
 (0)