Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 26, 2024
1 parent 37cd8b3 commit 6b5c244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
if: |
github.event.issue.title != '' &&
(
startsWith(github.event.issue.title, 'cprc') ||
startsWith(github.event.issue.title, 'cprelease')
startsWith(github.event.issue.title, 'cprc')
)
uses: untillpro/ci-action/.github/workflows/cp.yml@master
with:
Expand Down

0 comments on commit 6b5c244

Please sign in to comment.