Skip to content

Commit 0473eca

Browse files
committed
Dummy
1 parent cbc4404 commit 0473eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/block-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check for changes in /nginx/module_reference
1616
id: check_module_changes
1717
run: |
18-
FOLDER_DIR="content/nginx/module_reference"
18+
FOLDER_DIR=".github/workflows"
1919
git diff origin/main -- $FOLDER_DIR > changes.txt
2020
2121
if [[ -s changes.txt ]]; then

0 commit comments

Comments
 (0)