Skip to content

Commit

Permalink
Fixed workflow for publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Aug 14, 2024
1 parent 2aa1aeb commit 3cccef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
TEST_USERNAME=${{secrets.TEST_USERNAME}} ${{steps.path.outputs.pythonv}} do.py test novus10g
publish_artifacts:
runs-on: [snappi-ixn-ci-novus100g]
# runs-on: [snappi-ixn-ci-novus100g]
runs-on: [snappi-ixn-ci-novus10g]
needs: [test_novus_10g]
# needs: [test_novus_100g, test_novus_10g]
steps:
Expand Down

0 comments on commit 3cccef9

Please sign in to comment.