diff options
| author | 2021-05-30 10:21:12 -0400 | |
|---|---|---|
| committer | 2021-05-30 10:21:12 -0400 | |
| commit | 0c38efbdf24ff32ec475003848bb1676322c020c (patch) | |
| tree | 2a76df97a04e6d2f1c5d6246a7e5cd9d93dc05e7 /.github/workflows | |
| parent | Implement code field (diff) | |
| parent | Merge 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.yml | 1 |
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 |