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 97f6dfe commit fb82f77
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,6 +13,7 @@ permissions:

jobs:
cherry_pick:
if: contains(github.event.head_commit.message, 'test testing ci')
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -21,7 +22,6 @@ 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 fb82f77

Please sign in to comment.