Skip to content

Commit e42dae6

Browse files
GitHub workflow rename
1 parent 81cf9fa commit e42dae6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/generate-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: write-all
1010

1111
jobs:
12-
build:
12+
generate:
1313
runs-on: ubuntu-latest
1414
steps:
1515

.github/workflows/generate-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: write-all
1010

1111
jobs:
12-
build:
12+
generate:
1313
runs-on: windows-latest
1414
steps:
1515

.github/workflows/publish-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
main:
9+
publish:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

.github/workflows/report-test-results.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: report-test-results
22

33
on:
44
workflow_run:
5-
workflows: [ 'test' ]
5+
workflows: [ 'run-tests' ]
66
types:
77
- completed
88

@@ -20,7 +20,7 @@ jobs:
2020
- name: Report tests results
2121
uses: AndreyAkinshin/test-reporter@0e2c48ebec2007001dd77dd4bcbcd450b96d5a38
2222
with:
23-
name: test-results
23+
name: report
2424
path: "**/*.trx"
2525
reporter: dotnet-trx
2626
fail-on-error: true

.github/workflows/test.yaml renamed to .github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: run-tests
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)