Skip to content

Conversation

@ereali-aneo
Copy link
Owner

This PR will trigger the workflow that shows:

  • Job 1: Checkout WITH ref (problematic behavior)
  • Job 2: Checkout WITHOUT ref (correct behavior)
  • Job 3: Detailed explanation

This proves that removing 'ref: ${{ github.ref }}' from ArmoniK.Core will fix PR support.

This PR will trigger the workflow that shows:
- Job 1: Checkout WITH ref (problematic behavior)
- Job 2: Checkout WITHOUT ref (correct behavior)
- Job 3: Detailed explanation

This proves that removing 'ref: ${{ github.ref }}' from ArmoniK.Core
will fix PR support.
This workflow shows:
- Full github context as JSON
- All individual github properties
- Full event payload
- Differences between push and pull_request events
- Identification of fork vs internal PRs
This workflow:
- Checks out code WITH ref: ${{ github.ref }}
- Checks out code WITHOUT ref (default)
- Compares commit SHAs, branches, and file content
- Shows exactly what differs between the two methods
- Provides detailed analysis for PRs
- Identifies fork vs internal PRs
- Gives clear recommendation for ArmoniK.Core
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