Skip to content

Commit

Permalink
get tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Apr 19, 2023
1 parent dd6595b commit 785e1a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/atest.yml
Expand Up @@ -17,9 +17,12 @@ jobs:
THE_REST: "${{ github.event.pull_requests }}"
GH_SHA: ${{ github.sha }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

- name: "print stuff"
run: |
echo 'hi'
git tag --points-at ${GH_SHA}
- name: "print more"
run: |
echo ${PR_NUMBER}
Expand Down

0 comments on commit 785e1a2

Please sign in to comment.