Skip to content

Commit 7002cea

Browse files
remove failing step
1 parent 35f0593 commit 7002cea

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/import_meetup_events.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ jobs:
5757
labels: |
5858
automation, auto-approve
5959
60-
- name: Confirm only events.yml was modified
61-
if: steps.create-pr.outputs.pull-request-number
62-
run: |
63-
MODIFIED_FILES=$(git diff --name-only)
64-
echo "Modified files: $MODIFIED_FILES"
65-
if echo "$MODIFIED_FILES" | grep -qv "^_data/events.yml$"; then
66-
echo "ERROR: Unexpected files were modified"
67-
exit 1
68-
fi
69-
echo "Only events.yml was modified as expected"
70-
7160
- name: Wait for required checks
7261
if: steps.create-pr.outputs.pull-request-number
7362
run: |

0 commit comments

Comments
 (0)