Skip to content

Commit

Permalink
Update eks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraInstinct14 authored Aug 14, 2023
1 parent e6bd725 commit 294c143
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Run this only on main repo
- name: Check Repo owner
if: github.repository != 'loxilb-io/loxilb'
run: exit 0

# AWS check
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 294c143

Please sign in to comment.