Skip to content

Commit b902efe

Browse files
committed
refactor: action trigger logic
Signed-off-by: Adam Setch <[email protected]>
1 parent e224d05 commit b902efe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ on:
1010

1111
jobs:
1212
lint:
13-
name: Lint App
13+
name: 🔍 Lint App
1414
uses: ./.github/workflows/lint.yml
1515

1616
tests:
17-
name: Tests
17+
name: 🧪 Tests
1818
uses: ./.github/workflows/test.yml
1919
needs: lint
2020

2121
build:
22-
name: Build
22+
name: 🏗️ Build
2323
uses: ./.github/workflows/build.yml
2424
needs: tests
2525

2626
release:
27-
name: Release
27+
name: 🚀 Release
2828
uses: ./.github/workflows/release.yml
2929
needs: tests
3030
permissions:

0 commit comments

Comments
 (0)