Skip to content

Commit

Permalink
Merge pull request #47 from kunai-consulting/linear-soc2
Browse files Browse the repository at this point in the history
fix: change workflow skip logic
  • Loading branch information
thejackshelton-kunaico authored Aug 23, 2024
2 parents 43f2cbb + 870bee3 commit c5633e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-to-linear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: check-pr-title
run: |
PR_TITLE="${{ github.event.issue.title }}"
if [[ $PR_TITLE == *"Release v"* ]]; then
if [[ $PR_TITLE == *"Release QDS"* ]]; then
echo "is_release_pr=true" >> $GITHUB_OUTPUT
else
echo "is_release_pr=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c5633e1

Please sign in to comment.