Skip to content

Commit f7b5bdb

Browse files
committed
set: cancel-in-progress: false
1 parent da741ae commit f7b5bdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/lints.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Pylint
2929
run: pylint ./bot.py cogs/*.py core/*.py --exit-zero -r y
3030
continue-on-error: true
31+
cancel-in-progress: false
3132
- name: Black
3233
run: |
3334
black . --diff --check

0 commit comments

Comments
 (0)