aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar dawnofmidnight <[email protected]>2021-05-30 10:21:12 -0400
committerGravatar dawnofmidnight <[email protected]>2021-05-30 10:21:12 -0400
commit0c38efbdf24ff32ec475003848bb1676322c020c (patch)
tree2a76df97a04e6d2f1c5d6246a7e5cd9d93dc05e7 /.github/workflows
parentImplement code field (diff)
parentMerge pull request #251 from python-discord/dependabot/npm_and_yarn/swc-loade... (diff)
Resolve Conflicts in package.json
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_sentry_release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/create_sentry_release.yml b/.github/workflows/create_sentry_release.yml
index e3f6a6b..96879c1 100644
--- a/.github/workflows/create_sentry_release.yml
+++ b/.github/workflows/create_sentry_release.yml
@@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
+ if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2