Skip to content

Commit da8385e

Browse files
committed
Rename workflows
1 parent e2f838f commit da8385e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
path: ./tools/asciitable/
7777
- name: workflowresultparser
7878
path: ./tools/workflowresultparser/
79-
- name: parrotserver
80-
path: ./parrotserver/
79+
- name: parrot
80+
path: ./parrot/
8181
steps:
8282
- name: Check out Code
8383
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
path: ./tools/flakeguard/
2727
- name: workflowresultparser
2828
path: ./tools/workflowresultparser/
29-
- name: parrotserver
30-
path: ./parrotserver/
29+
- name: parrot
30+
path: ./parrot/
3131
runs-on: ubuntu-latest
3232
name: ${{ matrix.project.name }} unit tests
3333
steps:

0 commit comments

Comments
 (0)