Skip to content

Commit

Permalink
interactive.yaml: change default PUSH_MODE: skip -> push
Browse files Browse the repository at this point in the history
Usually, one doesn't want to skip the deploy step if DEPLOY_URL is defined.
  • Loading branch information
rhaschke committed Sep 10, 2023
1 parent 3723010 commit 35406a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interactive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
type: choice
description: Push to DEPLOY_URL?
required: true
default: skip
default: push
options:
- skip
- push
Expand Down

0 comments on commit 35406a1

Please sign in to comment.