What steps does it take to reproduce the issue?
When you fork the dataverse repo and then perform an update from the original repo in "develop," it always results in an error in the GitHub workflow. A solution would be to add if: ${{ github.repository_owner == 'IQSS' }} in the "deploy_beta_testing.yml" file in line 47. This would solve the problem. Perhaps there are other ways to do it, but this would work for all forks. Only those who have a beta version would face an issue, as it would no longer be executed.
- What happens?
workflow fail in github
What steps does it take to reproduce the issue?
When you fork the dataverse repo and then perform an update from the original repo in "develop," it always results in an error in the GitHub workflow. A solution would be to add
if: ${{ github.repository_owner == 'IQSS' }}in the "deploy_beta_testing.yml" file in line 47. This would solve the problem. Perhaps there are other ways to do it, but this would work for all forks. Only those who have a beta version would face an issue, as it would no longer be executed.workflow fail in github