Skip to content

Commit

Permalink
Merge pull request #641 from aerospike/2024-Pipeline-Improvement
Browse files Browse the repository at this point in the history
Update build-bindings.yml
  • Loading branch information
DomPeliniAerospike authored Nov 15, 2024
2 parents d446dab + eea68a5 commit a24d993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
- name: Download wheel
uses: actions/download-artifact@v4
with:
name: ${{ env.BUILD_IDENTIFIER }}.build
name: ${{ env.BUILD_IDENTIFIER }}.node

- name: Convert Python tag to Python version
# Don't use sed because we want this command to work on both mac and windows
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev-workflow-p1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ name: Dev workflow (part 1)
on:
pull_request:
types:
- opened
- review_requested
branches:
- 'dev*'
- '2024-Pipeline-Improvement'
paths-ignore:
- 'docs/**'
- 'aerospike-stubs/**'
Expand Down

0 comments on commit a24d993

Please sign in to comment.