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.
1 parent 0ac8665 commit a6bbdefCopy full SHA for a6bbdef
1 file changed
.github/workflows/run-integration-test.yml
@@ -10,6 +10,8 @@ on:
10
11
jobs:
12
run-integration-tests:
13
+ # Only run on the main repo, not forks
14
+ if: github.repository_owner == 'aws'
15
runs-on: ubuntu-latest
16
steps:
17
- name: install Cargo Lambda
0 commit comments