diffpy / diffpy.pdffit2

real space structure refinement to atomic PDF
Other
4 stars 18 forks source link

update workflows #78

Closed Tieqiong closed 1 month ago

Tieqiong commented 1 month ago

test update workflow using update_workflow.py

Tieqiong commented 1 month ago

it's failing because the new test dir changes are not applied yet

Tieqiong commented 1 month ago

yeah the pull_request_target: trigger is not working here for some reason. Might need to investigate more on that

bobleesj commented 1 month ago

yeah the pull_request_target: trigger is not working here for some reason. Might need to investigate more on that

When the news .yml was added in diffpy.snmf, its CI was only available after the .yml files have been merged.

Perhaps adding below may solve. I will check tomorrow morning or tonight.

on:
  pull_request_target:
    types: [assigned, opened, synchronize, reopened]