Skip to content

Commit 341b8bb

Browse files
authored
Merge pull request #17 from datarootsio/feature/ci-cd-pipeline
Switched pr_number for branch when downlading artifacts
2 parents 6e3b261 + 1a44d18 commit 341b8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: dawidd6/action-download-artifact@v2
1919
with:
2020
workflow: test-and-train.yml
21-
pr: ${{github.event.pull_request.number}}
21+
branch: ${{github.head_ref}}
2222
name: models
2323
path: models
2424
- name: 'Checkout'

0 commit comments

Comments
 (0)