Skip to content

Commit

Permalink
try #12
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 18, 2022
1 parent b29085e commit a5b5101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
# to be available in the summer of 2022. For now, run the dev-upload docker and acceptance tests in CircleCI
dev-upload-docker:
if: github.repository_owner == 'hashicorp' # Do not run on forks as this requires secrets
needs: build-distros
needs: [get-product-version, build-distros]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit a5b5101

Please sign in to comment.