Skip to content

Commit

Permalink
fix: PR title check workflow for forked repos (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar committed Jun 26, 2023
1 parent 26614a7 commit 88d8d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blade-pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Blade PR Title Check

on:
pull_request:
pull_request_target:
types: [open, edited, synchronize]

concurrency: # cancel previously running workflows when a new workflow is re-run
Expand All @@ -10,7 +10,7 @@ concurrency: # cancel previously running workflows when a new workflow is re-run

jobs:
pr-title-check:
name: Check
name: PR Title Check
runs-on: ubuntu-latest # nosemgrep: non-self-hosted-runner
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 88d8d58

Please sign in to comment.