diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc54217cdf297b..f3be487bf39b4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: ["master"] jobs: - build: + report: runs-on: ubuntu-22.04 environment: tach-demo steps: diff --git a/src/tach.toml b/src/tach.toml index f74fd0ac46acdf..af5737979437e5 100644 --- a/src/tach.toml +++ b/src/tach.toml @@ -27,7 +27,7 @@ depends_on = [ { path = "bitfield" }, { path = "django_picklefield" }, { path = "flagpole" }, - { path = "sentry_plugins" }, + { path = "sentry_plugins", deprecated = true }, { path = "social_auth" }, { path = "sudo" }, ]