8000 delete duplicated file · python/python-docs-es@e97b234 · GitHub
[go: up one dir, main page]

Skip to content

Commit e97b234

Browse files
committed
delete duplicated file
1 parent 5e8294d commit e97b234

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

.github/workflows/pospell-on-demand.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: pospell
22
on:
33
issue_comment:
44
types:
5+
- edited
56
- created
67

78
jobs:
89
fix-spell:
910
name: Fix spelling
1011
runs-on: ubuntu-latest
11-
if: |
12-
github.event.comment.body == 'run-powrap'
13-
&& github.event.issue.pull_request
12+
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }}
1413
steps:
1514
- name: Confirmar ejecucion
1615
uses: actions/github-script@v6

.github/workflows/pospell.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0