Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename example worflows from test to example #1878

Merged
merged 7 commits into from
Jan 21, 2024
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Issue Comment Test
name: Issue Comment Job Example

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Manual Test
name: Manual Triggered Job Example

permissions:
contents: read

on:
workflow_dispatch:


jobs:
test:
name: Test changed-files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Matrix Test
name: Matrix Example

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Multi Job Test
name: Multi Job Example

permissions:
contents: read
Expand Down