Skip to content

Commit a2c8bf8

Browse files
Update job names in e2e workflow for clarity in deployment steps
1 parent 0a7f7f9 commit a2c8bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-for-future.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
name: Deploy to Vercel
11+
name: Deploy to Vercel-->1
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -34,7 +34,7 @@ jobs:
3434
vercel build --token=${{ secrets.VERCEL_TOKEN_MY_PROJECT }}
3535
fi
3636
37-
- name: Deploy to Vercel
37+
- name: Deploy to Vercel-->2
3838
id: deploy
3939
run: |
4040
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then

0 commit comments

Comments
 (0)