Skip to content

Strip tag prefix and limit CI triggers#118

Merged
svelderrainruiz merged 2 commits into
mainfrom
l0jxll-codex/fix-indentation-in-build-cli.yml-workflow
Aug 4, 2025
Merged

Strip tag prefix and limit CI triggers#118
svelderrainruiz merged 2 commits into
mainfrom
l0jxll-codex/fix-indentation-in-build-cli.yml-workflow

Conversation

@svelderrainruiz
Copy link
Copy Markdown

Summary

  • remove optional v prefix from tag-derived version
  • run CI only on branch pushes instead of tags

Testing

  • python - <<'PY'\nimport yaml\nfor p in ['.github/workflows/build-cli.yml', '.github/workflows/ci.yml', '.github/workflows/release.yml']:\n with open(p) as f:\n yaml.safe_load(f)\nprint('parsed')\nPY
  • dotnet restore OrgCodingHoursCLI/OrgCodingHoursCLI.csproj --locked-mode
  • dotnet restore OrgCodingHoursCLI.Tests/OrgCodingHoursCLI.Tests.csproj --locked-mode
  • dotnet test OrgCodingHoursCLI.Tests/OrgCodingHoursCLI.Tests.csproj --no-restore (fails: Could not copy the file "/workspace/org-coding-hours-action/tools/git/git" because it was not found)

https://chatgpt.com/codex/tasks/task_e_68905bd522fc83299c962a281d7beed5

@svelderrainruiz svelderrainruiz merged commit 0a6832d into main Aug 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant