We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f0593 commit 7002ceaCopy full SHA for 7002cea
1 file changed
.github/workflows/import_meetup_events.yml
@@ -57,17 +57,6 @@ jobs:
57
labels: |
58
automation, auto-approve
59
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
-
71
- name: Wait for required checks
72
if: steps.create-pr.outputs.pull-request-number
73
run: |
0 commit comments