Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Nov 20, 2023
1 parent 885ac2e commit d4e12ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: get-changes
run: |
mapfile -d '' modified_infra_files < <(git diff --name-only -z ${{ github.event.before }} ${{ github.event.after }} -- "infra/*")
echo $modified_infra_files
echo "${#modified_infra_files[@]}"
if [[ "${#modified_infra_files[@]}" -ge 1 ]]; then
echo "infra_change=true" >> "$GITHUB_OUTPUT"
else
Expand Down
2 changes: 1 addition & 1 deletion infra/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Topo-Workflows Infrastructure
test, test
test, test, test
The infrastructure running the workflows is mainly based on a Kubernetes (AWS EKS) cluster and Argo Workflows.

Generally all Kubernetes resources are defined with [`cdk8s`](https://cdk8s.io/) and anything that needs AWS interactions such as service accounts are defined with [`aws-cdk`](https://aws.amazon.com/cdk/).
Expand Down

0 comments on commit d4e12ac

Please sign in to comment.