Skip to content

Commit

Permalink
Removes instrumentation test release blocker for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed May 21, 2024
1 parent d144e26 commit d0a2136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
publish:
runs-on: ubuntu-latest
if: github.repository == 'dropbox/dropshots' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
needs: [unitTests, instrumentationTests]
needs: [unitTests]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d0a2136

Please sign in to comment.