Skip to content

Commit c6543c4

Browse files
authored
chore: rename example worflows from test to example (#1878)
1 parent 88f9f3e commit c6543c4

5 files changed

+4
-5
lines changed

.github/workflows/issue-comment-test.yml renamed to .github/workflows/issue-comment-job-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Issue Comment Test
1+
name: Issue Comment Job Example
22

33
permissions:
44
contents: read

.github/workflows/manual-test.yml renamed to .github/workflows/manual-triggered-job-example.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Manual Test
1+
name: Manual Triggered Job Example
22

33
permissions:
44
contents: read
55

66
on:
77
workflow_dispatch:
88

9-
109
jobs:
1110
test:
1211
name: Test changed-files

.github/workflows/matrix-test.yml renamed to .github/workflows/matrix-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Matrix Test
1+
name: Matrix Example
22

33
permissions:
44
contents: read

.github/workflows/multi-job-test.yml renamed to .github/workflows/multi-job-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Multi Job Test
1+
name: Multi Job Example
22

33
permissions:
44
contents: read

0 commit comments

Comments
 (0)