Skip to content

Commit

Permalink
Merge branch 'develop' into fix/adjust-messages-strings-cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Sep 4, 2023
2 parents 2d3f620 + 780f878 commit b989c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira-lint-and-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
add-jira-description:
runs-on: ubuntu-latest
# Run only if the PR is not from a Fork / external contributor
if: (!startsWith(GITHUB_REF, 'refs/heads/dependabot/') && github.repository_owner == 'wireapp')
if: (!startsWith(github.ref, 'refs/heads/dependabot/') && github.repository_owner == 'wireapp')
steps:
- uses: cakeinpanic/[email protected]
name: jira-description-action
Expand Down

0 comments on commit b989c5b

Please sign in to comment.