Skip to content

Commit 50d06d2

Browse files
authored
Skip sponsor workflow entirely for bots
1 parent c128ca4 commit 50d06d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sponsor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
sponsor:
1010
runs-on: ubuntu-latest
11+
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
1112
steps:
1213
- name: 🤘 checkout
1314
uses: actions/checkout@v2

0 commit comments

Comments
 (0)