Skip to content

Commit

Permalink
smoke test on v2 pls?
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Oct 22, 2024
1 parent fad0aca commit 7ccb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Related to issue https://github.com/DataDog/dd-trace-go/issues/1607
name: 'go get -u smoke test'
runs-on: ubuntu-latest
if: github.repository_owner == 'DataDog' # only run on DataDog's repository, not in forks
if: github.repository_owner == 'DataDog' && github.ref_type == 'tag' # only run on DataDog's repository, not in forks
env:
PACKAGES: ./internal/... ./ddtrace/... ./profiler/... ./appsec/...
steps:
Expand Down

0 comments on commit 7ccb662

Please sign in to comment.