Skip to content

Commit

Permalink
add condition always
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-1 committed Jun 12, 2024
1 parent 07ba670 commit 2a55ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
SKIP_LINT: 1

- name: Apply Calico Rules to LKE
if: always()
run: |
cd scripts && ./lke_calico_rules_e2e.sh
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration_tests_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
LINODE_TOKEN: ${{ secrets.DX_LINODE_TOKEN }}

- name: Apply Calico Rules to LKE
if: always()
run: |
cd scripts && ./lke_calico_rules_e2e.sh
env:
Expand Down

0 comments on commit 2a55ead

Please sign in to comment.