Skip to content

Commit

Permalink
chore: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Jan 28, 2025
1 parent 292ae6e commit b2b6850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-electron-bumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ permissions:

jobs:
cherry_pick:
if: contains(github.event.pull_request.title, 'test testing ci')
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -22,6 +21,7 @@ jobs:
fetch-depth: 0

- name: Create PR to mtt
if: contains(github.event.pull_request.title, 'test testing ci')
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: 'v/merge-to-test'
Expand Down

0 comments on commit b2b6850

Please sign in to comment.