Skip to content

Commit

Permalink
modify to only run if the event is a pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edwards committed Oct 9, 2023
1 parent 4c5dbda commit d6d740a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autolink_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
autolink:
name: Add Jira Link to PR Title/Description
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' }}
steps:
- uses: tzkhan/pr-update-action@v2
with:
Expand Down

0 comments on commit d6d740a

Please sign in to comment.