Skip to content

Commit

Permalink
🚚 Rename E2E workflow to CD
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 19, 2023
1 parent 9dddd68 commit 90f3aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E
name: CD

on:
workflow_run:
Expand All @@ -18,7 +18,7 @@ jobs:
php: [8.2]
dependencies: [highest]
experimental: [false]
name: 🚀 E2E testing with PHP-${{ matrix.php }} ${{ matrix.dependencies }} and Bun-${{ matrix.bun }} on ${{ matrix.os }}
name: 🚀 Deploy with PHP-${{ matrix.php }} ${{ matrix.dependencies }} and Bun-${{ matrix.bun }} on ${{ matrix.os }}

steps:
- name: 🚚 Get latest code
Expand Down

0 comments on commit 90f3aa1

Please sign in to comment.