Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed May 9, 2024
1 parent c2664f5 commit ee29a19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ update:

NuGet:
- changed-files:
- any-glob-to-any-file: [ 'src/OpenApi.Client/**', 'src/Directory.Packages.props' ]
- any-glob-to-any-file: [ 'src/ReflectionEventing/**', 'src/Directory.Packages.props' ]

dependencies:
- changed-files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reflection-events-cd-nuget.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: openapi-client-cd-nuget
name: reflection-events-client-cd-nuget

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reflection-events-labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: openapi-client-labeler
name: reflection-events-labeler

on:
- pull_request_target
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reflection-events-pr-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: openapi-client-pr-validator
name: reflection-events-pr-validator

on:
pull_request:
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build src\OpenApi.Client\OpenApi.Client.csproj --configuration Release --no-restore
run: dotnet build src\ReflectionEventing\ReflectionEventing.csproj --configuration Release --no-restore

0 comments on commit ee29a19

Please sign in to comment.