Skip to content

Commit

Permalink
Revert "Simplify reusable nvidia workflow"
Browse files Browse the repository at this point in the history
This reverts commit 86341b3.
  • Loading branch information
mauromorales committed Apr 16, 2024
1 parent 12f93b9 commit 7698c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
fi
- name: build
uses: ./.github/workflows/reusable-docker-arm-build.yaml
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v') || needs.base.outputs.changed-files.outputs.nvidia_any_changed == 'true' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' || needs.base.outputs.changed-files.outputs.nvidia_any_changed == 'true' }}
with:
flavor: ubuntu
flavor_release: "20.04"
Expand Down

0 comments on commit 7698c4b

Please sign in to comment.