Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analytics-metadata-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-analytics-metadata:
if: github.repository == 'aws/aws-cdk'
if: github.repository == 'aws/aws-cdk' && github.actor == 'aws-cdk-automation'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
update-lambda-tests:
if: github.repository == 'aws/aws-cdk'
if: github.repository == 'aws/aws-cdk' && github.actor == 'aws-cdk-automation'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
Loading