Skip to content

Commit

Permalink
github ci: don't create PR by default
Browse files Browse the repository at this point in the history
Don't create the PR for the bump by the action itself. This will not run
CI checks.

Instead, opt for manual creation by default.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Dec 15, 2023
1 parent 8f7b816 commit 0fbc457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
description: "Skip pull request creation"
type: boolean
required: true
default: false
default: true

jobs:
update-gluon:
Expand Down

0 comments on commit 0fbc457

Please sign in to comment.