Skip to content

Commit 3957e66

Browse files
committed
TEST trigger on push
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 0f78f79 commit 3957e66

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/workflows/rebase-shears.lock.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,7 @@
2424

2525
name: "Merging-Rebase Automation for Git for Windows"
2626
"on":
27-
schedule:
28-
- cron: "17 5 * * *"
29-
# Friendly format: daily around 6:00 (scattered)
30-
workflow_dispatch:
31-
inputs:
32-
branch:
33-
description: Shears branch to update (seen, next, main, maint, or all)
34-
options:
35-
- all
36-
- seen
37-
- next
38-
- main
39-
- maint
40-
required: true
41-
type: choice
42-
push:
43-
default: false
44-
description: Push the result after successful rebase
45-
required: false
46-
type: boolean
27+
push:
4728

4829
permissions: {}
4930

@@ -678,8 +659,8 @@ jobs:
678659
GH_AW_GITHUB_ACTOR: ${{ github.actor }}
679660
GH_AW_GITHUB_EVENT_COMMENT_ID: ${{ github.event.comment.id }}
680661
GH_AW_GITHUB_EVENT_DISCUSSION_NUMBER: ${{ github.event.discussion.number }}
681-
GH_AW_GITHUB_EVENT_INPUTS_BRANCH: ${{ github.event.inputs.branch }}
682-
GH_AW_GITHUB_EVENT_INPUTS_PUSH: ${{ github.event.inputs.push }}
662+
GH_AW_GITHUB_EVENT_INPUTS_BRANCH: ${{ github.event.inputs.branch || 'next' }}
663+
GH_AW_GITHUB_EVENT_INPUTS_PUSH: ${{ github.event.inputs.push || 'false' }}
683664
GH_AW_GITHUB_EVENT_ISSUE_NUMBER: ${{ github.event.issue.number }}
684665
GH_AW_GITHUB_EVENT_PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
685666
GH_AW_GITHUB_REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)