Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger AWS Lambda tests on label #2538

Merged
merged 14 commits into from
Nov 30, 2023
Prev Previous commit
Regenerate yamls
  • Loading branch information
sentrivana committed Nov 29, 2023
commit abf4554790f78f806f9436c5ca867c6e1ec743fa
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-aws_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
# `write` is needed to remove the `Trigger: tests` label
# `write` is needed to remove the `Trigger: tests using secrets` label
pull-requests: write
env:
SENTRY_PYTHON_TEST_AWS_ACCESS_KEY_ID: ${{ secrets.SENTRY_PYTHON_TEST_AWS_ACCESS_KEY_ID }}
Expand Down
Loading