Skip to content

Commit

Permalink
disable for forked copies
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Oct 9, 2023
1 parent 0510834 commit 3a9218b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
aws_test:
name: aws_test
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.fork == false
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
Expand All @@ -140,6 +141,7 @@ jobs:
gcp_test:
name: gcp_test
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.fork == false

steps:
- name: Checkout
Expand Down Expand Up @@ -170,6 +172,8 @@ jobs:
azure_test:
name: azure-test
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.fork == false

env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
Expand Down

0 comments on commit 3a9218b

Please sign in to comment.