Skip to content

Commit

Permalink
ci: dry-run check for deployment trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Mestry <[email protected]>
  • Loading branch information
xames3 committed Oct 31, 2024
1 parent f227a32 commit 7632e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Author: Akshay Mestry <[email protected]>
# Created on: Sunday, October 27 2024
# Last updated on: Sunday, October 27 2024
# Last updated on: Thursday, October 31 2024

name: deployment
run-name: Auto-started ${{ github.workflow }} after linting
Expand All @@ -12,7 +12,6 @@ on:
workflow_run:
workflows: [linting]
types: [completed]
branches: [$default-branch]

permissions:
contents: write
Expand Down

0 comments on commit 7632e54

Please sign in to comment.