Skip to content

Commit 96ffced

Browse files
Merge master into feature/emr
2 parents ce7e026 + c0f3faa commit 96ffced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323

2424
jobs:
2525
notify:
26+
if: ${{ github.event_name == 'pull_request_target' && github.repository == 'aws/aws-toolkit-vscode' }}
2627
runs-on: ubuntu-latest
2728
permissions:
2829
pull-requests: write
@@ -40,4 +41,3 @@ jobs:
4041
script: |
4142
const notify = require('.github/workflows/notify.js')
4243
await notify({github, context})
43-
if: github.event_name == 'pull_request_target'

0 commit comments

Comments
 (0)