Skip to content

chore: Update ci.yml in ci-baseline-go #18

chore: Update ci.yml in ci-baseline-go

chore: Update ci.yml in ci-baseline-go #18

Workflow file for this run

# This file is automatically generated by terraform. I hope it's
# readable, but please don't edit it.
"jobs":
"_internal_tests":
"secrets": "inherit"
"uses": "./.github/workflows/_internal_tests.yml"
"any_ci":
"runs-on": "ubuntu-latest"
"steps":
- "name": "Immediate success for improved visibility on github merge queue"
"run": "true"
"overall_ci":
"if": "always()"
"needs":
- "_internal_tests"
"permissions":
"actions": "read"
"runs-on": "ubuntu-latest"
"steps":
- "env":
"NEEDS_JSON": "${{toJSON(needs)}}"
"name": "Transform outcomes"
"run": |
echo "ALL_SUCCESS=$(echo "$NEEDS_JSON" | jq '. | to_entries | map(.value.result == "success") | all')" >>$GITHUB_ENV
- "name": "check"
"run": "[ $ALL_SUCCESS == true ]"
"name": "CI"
"on":
"merge_group": {}
"pull_request":
"branches": "main"
"push":
"branches":
- "main"
"workflow_dispatch": {}