Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Feb 29, 2024
1 parent a5b17c6 commit 76b1931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
with:
triggered-on: closed
pr-number: ${{ github.event.number }}
is-prod: True
is-prod: False
- if: github.event.issue
name: Run cherrypicker on closed issue
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
with:
triggered-on: closed
pr-number: ${{ github.event.issue.number }}
is-prod: True
is-prod: False
cherry-picker-on-milestoned:
if: github.event.action == 'milestoned'
runs-on: ubuntu-latest
Expand All @@ -51,7 +51,7 @@ jobs:
pr-number: ${{ github.event.issue.body }}
milestone-title: ${{ github.event.milestone.title }}
milestoned-issue-number: ${{ github.event.issue.number }}
is-prod: True
is-prod: False
- if: startsWith(github.event.issue.body, '### Commit IDs')
name: Run cherrypicker on demand
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
Expand All @@ -61,4 +61,4 @@ jobs:
milestoned-issue-number: ${{ github.event.issue.number }}
issue-title: ${{ github.event.issue.title }}
issue-body: ${{ github.event.issue.body }}
is-prod: True
is-prod: False

0 comments on commit 76b1931

Please sign in to comment.