Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
updated path for smoketest workflow (#7733)
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanug-deriv authored May 16, 2024
1 parent ab12d75 commit 7b7727d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketests-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
run-id: ${{ github.event.workflow_run.id }}
name: 'pr-${{ github.event.workflow_run.id }}'
path: .pr
path: pr
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Retrieve pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketests-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
run-id: ${{ github.event.workflow_run.id }}
name: 'pr-${{ github.event.workflow_run.id }}'
path: .pr
path: pr
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Retrieve pull request
Expand Down

0 comments on commit 7b7727d

Please sign in to comment.