Skip to content

Commit

Permalink
Update eks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Oct 3, 2023
1 parent 80654cc commit 27a9606
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,12 @@ jobs:
run:
shell: bash
working-directory: ./cicd/eks

if: github.repository == 'loxilb-io/loxilb'
&& github.event.inputs.tagName == ''
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v3

# Run this only on main repo
- name: Check Repo owner
if: github.repository != 'loxilb-io/loxilb'
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 27a9606

Please sign in to comment.