Skip to content

Commit 2926230

Browse files
committed
ci: ensure that equinix workflow run on modification
This commit ensures that equinix workflow run on modification. It also run the must gather step irrespective of any failure. Signed-off-by: vprashar2929 <[email protected]>
1 parent 18630a0 commit 2926230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/k8s-equinix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
filters: |
2828
changes:
29+
- '.github/workflows/k8s-equinix.yaml'
2930
- 'cmd/**/*.go'
3031
- 'internal/**/*.go'
3132
- 'config/**/*.go'
@@ -182,7 +183,7 @@ jobs:
182183
done
183184
184185
- name: Run must gather
185-
if: failure()
186+
if: always()
186187
shell: bash
187188
run: |
188189
echo "::group::Get pods in kepler namespace"

0 commit comments

Comments
 (0)