ubsuny / 23-Homework4G5

Other
0 stars 5 forks source link

Multiple files conflicts issue #66

Open pratibha77118 opened 12 months ago

pratibha77118 commented 12 months ago

Hi @tirthbha @uarif , I am confused if there are multiple .py files in the same directory (for e.g. i n mains), does the git hub actions conflicts while running? I think we need to do the pytest and pylint in seperate branch to avoid the conflits. Also the workflow shows multiple actions running at the same time, how to avoid this?

github-actions[bot] commented 12 months ago

Message that will be displayed on users' first issue

uarif commented 12 months ago

@pratibha77118 The code is the one with plot....py.

uarif commented 12 months ago

I think it should not conflict. I believe it should work only for the file which is mentioned in that .yml file @pratibha77118

tirthbha commented 12 months ago

@pratibha77118 Yes, @uarif is right. In fact, the workflow will run for the particular .py file that you allow to run. Conflicts are might be due to the same name that you assigned to the workflow.