Skip to content

Strip tag prefix and limit CI triggers#119

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

Strip tag prefix and limit CI triggers#119
svelderrainruiz merged 4 commits into
mainfrom
ylizof-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 force-pushed the main branch 2 times, most recently from bdaf49b to 0a6832d Compare August 4, 2025 07:38
@svelderrainruiz svelderrainruiz merged commit 02bef13 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