Skip to content

Commit

Permalink
FIX: Incorrect workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmcal committed May 17, 2024
1 parent 1331b48 commit 9a84017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: Tag application
name: Deploy application

on:
workflow_call:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- cron: "0 2 * * *"

jobs:
deploy:
cleanup:
name: Cleanup old preview environments
runs-on: ubuntu-latest
steps:
# Remove preview environments that are older than 7 days
Expand Down

0 comments on commit 9a84017

Please sign in to comment.