Skip to content

Commit

Permalink
distinct names
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Apr 28, 2023
1 parent 784c381 commit 4fc498a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test-branch.yml
@@ -1,4 +1,4 @@
name: A zain test
name: A zain branch test

on:
push:
Expand All @@ -20,12 +20,6 @@ jobs:
GH_SHA: ${{ github.sha }}
GH_REF: ${{ github.ref_name }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

# invoke the upload-pytest-cache github action


- name: "print GH_REF"
run: |
echo GH_REF: ${GH_REF}
Expand All @@ -43,6 +37,10 @@ jobs:
run: |
echo ${THE_REST}
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

# invoke the upload-pytest-cache github action
- name: Get workflow job id
id: upload-pytest-cache
uses: ./.github/actions/upload-pytest-cache
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/test-tag.yml
@@ -1,4 +1,4 @@
name: A zain test
name: A zain tag test

on:
push:
Expand All @@ -20,12 +20,6 @@ jobs:
GH_SHA: ${{ github.sha }}
GH_REF: ${{ github.ref_name }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

# invoke the upload-pytest-cache github action


- name: "print GH_REF"
run: |
echo GH_REF: ${GH_REF}
Expand All @@ -43,6 +37,10 @@ jobs:
run: |
echo ${THE_REST}
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

# invoke the upload-pytest-cache github action
- name: Get workflow job id
id: upload-pytest-cache
uses: ./.github/actions/upload-pytest-cache
Expand Down

0 comments on commit 4fc498a

Please sign in to comment.