Skip to content

Conversation

@kaihowl
Copy link
Owner

@kaihowl kaihowl commented Jan 2, 2026

Summary

  • Replace @latest tag with @master as recommended in the git-perf integration tutorial
  • This addresses workflow failures seen in PR Add .git to .dockerignore #988

Context

PR #988 and initial attempts on this PR experienced workflow failures where GitHub Actions rejected the workflow before any jobs could run. The git-perf documentation recommends using @master instead of @latest for stable action references.

Changes

  • .github/workflows/test.yml: Updated two references from @latest to @master
    • Line 60: git-perf install action
    • Line 98: git-perf report workflow

Test plan

  • Push changes and verify workflow runs
  • Confirm all jobs complete without errors
  • Merge after successful CI run

🤖 Generated with Claude Code

Replace @latest tag with @master as recommended in the git-perf
integration tutorial. The @latest tag can cause workflow resolution
issues, while @master is the stable, documented reference.

This addresses workflow failures in PR #988 where GitHub Actions
failed to process workflows with 'workflow file issue' errors.
@kaihowl kaihowl force-pushed the terragon/fix-github-actions-run-j36raf branch from 431c527 to d7a8b8a Compare January 2, 2026 11:06
Copy link
Owner Author

kaihowl commented Jan 2, 2026

Closing to investigate workflow file issues. Will reopen with a fix once identified.

@kaihowl kaihowl closed this Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants