Skip to content

Commit

Permalink
ci: rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jun 29, 2024
1 parent 901b980 commit 7823424
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Deploy all examples template
on:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production - Deploy dnd-timeline examples
name: Deploy all examples for Preview
on:
pull_request:
types: [opened, synchronize]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production - Deploy dnd-timeline examples
name: Deploy all examples to Production
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy dnd-timeline examples template
name: Deploy Example Template
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down

0 comments on commit 7823424

Please sign in to comment.