Skip to content

Commit

Permalink
Merge pull request #196 from nathan-weinberg/aws-metadata
Browse files Browse the repository at this point in the history
ci: add AWS tags to show github ref and PR num for all jobs
  • Loading branch information
mergify[bot] authored Sep 4, 2024
2 parents 0f8de67 + a948e59 commit 99d4468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
aws-resource-tags: >
[
{"Key": "Name", "Value": "instructlab-ci-github-small-runner"},
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"}
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
{"Key": "GitHubRef", "Value": "${{ github.ref }}"},
{"Key": "GitHubPR", "Value": "${{ github.event.number }}"}
]
e2e:
Expand Down

0 comments on commit 99d4468

Please sign in to comment.