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

Commit

Permalink
Updated smoketest workflows (#7729)
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanug-deriv authored May 16, 2024
1 parent de77ec8 commit a3be59e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoketests-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
id: download-artifact
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
with:
workflow_conclusion: success
run_id: ${{ github.event.workflow_run.id }}
run-id: ${{ github.event.workflow_run.id }}
name: 'pr-${{ github.event.workflow_run.id }}'
path: .pr
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Retrieve pull request
id: pr_information
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoketests-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
id: download-artifact
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
with:
workflow_conclusion: success
run_id: ${{ github.event.workflow_run.id }}
run-id: ${{ github.event.workflow_run.id }}
name: 'pr-${{ github.event.workflow_run.id }}'
path: .pr
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Retrieve pull request
id: pr_information
Expand Down

0 comments on commit a3be59e

Please sign in to comment.