Skip to content

Commit

Permalink
restarting pods in worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Dec 19, 2024
1 parent 93ecfaf commit 6f6b37f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-publish-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy to EKS

on:
push:
branches:
- main
- 343-feature-request-reduce-the-need-for-container-interaction-in-demo-environment

release:
types:
- published
workflow_dispatch:

Check failure on line 8 in .github/workflows/release-publish-cluster.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

8:1 [trailing-spaces] trailing spaces
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f6b37f

Please sign in to comment.