Skip to content

Commit

Permalink
wid pr 5
Browse files Browse the repository at this point in the history
wid pr 5
  • Loading branch information
piotrnarajowski committed Jul 23, 2024
1 parent 27afb23 commit fce9b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/check_for_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def main():
# Check if the target directory exists
if not os.path.exists('autopts/wid/'):
print("Target directory 'autopts/wid/' does not exist.")
return
sys.exit(1)

try:
pr_number = os.environ.get('PR_NUMBER')
Expand Down Expand Up @@ -46,7 +46,7 @@ def main():
continue

if name_wo_ext == "gatt_client":
name_wo_ext == "gatt_cl"
name_wo_ext = "gatt/cl"

upper_name = name_wo_ext.upper()
filenames.append(upper_name)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_cron_from_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check PR for changes in autopts/wid/
name: Check for changes in autopts/wid

on:
pull_request_target:
Expand Down

0 comments on commit fce9b3b

Please sign in to comment.