Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed May 5, 2023
1 parent 38f7f40 commit dc4953c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pytest-cache-download/action.yml
Expand Up @@ -33,7 +33,7 @@ runs:
shell: bash
env:
CACHE_DIR: ${{ inputs.cache_dir }}
JOB_IDENTIFIER: ${{ github.workflow}_${{ github.job }}_${{ inputs.build_environment }}
JOB_IDENTIFIER: ${{ github.workflow }}_${{ github.job }}_${{ inputs.build_environment }}
SHARD: ${{ inputs.shard }}
run: |
set +x
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pytest-cache-upload/action.yml
Expand Up @@ -37,7 +37,7 @@ runs:
shell: bash
env:
CACHE_DIR: ${{ inputs.cache_dir }}
JOB_IDENTIFIER: ${{ github.workflow}_${{ github.job }}_${{ inputs.build_environment }}
JOB_IDENTIFIER: ${{ github.workflow }}_${{ github.job }}_${{ inputs.build_environment }}
SHARD: ${{ inputs.shard }}
run: |
set -x
Expand Down

0 comments on commit dc4953c

Please sign in to comment.