We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce7e026 + c0f3faa commit 96ffcedCopy full SHA for 96ffced
.github/workflows/notification.yml
@@ -23,6 +23,7 @@ concurrency:
23
24
jobs:
25
notify:
26
+ if: ${{ github.event_name == 'pull_request_target' && github.repository == 'aws/aws-toolkit-vscode' }}
27
runs-on: ubuntu-latest
28
permissions:
29
pull-requests: write
@@ -40,4 +41,3 @@ jobs:
40
41
script: |
42
const notify = require('.github/workflows/notify.js')
43
await notify({github, context})
- if: github.event_name == 'pull_request_target'
0 commit comments