Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Sep 6, 2023
1 parent a42a11d commit e20e7bd
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 @@ -15,8 +15,8 @@ jobs:
if: github.event.action == 'closed'
runs-on: ubuntu-latest
steps:
- name: Logging github event
run: echo '${{ toJSON(github.event) }}'
# - name: Logging github event
# run: echo '${{ toJSON(github.event) }}'
- if: github.event.pull_request
name: Run cherrypicker on closed PR
uses: iancha1992/continuous-integration/actions/cherry_picker@feature-cherrypick-phase2
Expand All @@ -35,8 +35,8 @@ jobs:
if: github.event.action == 'milestoned'
runs-on: ubuntu-latest
steps:
- name: Logging github event
run: echo '${{ toJSON(github.event) }}'
# - name: Logging github event
# run: echo '${{ toJSON(github.event) }}'
- if: startsWith(github.event.issue.body, 'Forked from')
name: Run cherrypicker on comment
uses: iancha1992/continuous-integration/actions/cherry_picker@feature-cherrypick-phase2
Expand Down

0 comments on commit e20e7bd

Please sign in to comment.