anitab-org / mentorship-backend

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the backend of this system.
https://mentorship-backend-temp.herokuapp.com/
GNU General Public License v3.0
196 stars 449 forks source link

Add relevant files to paths-ignore in workflow. #1081

Closed epicadk closed 3 years ago

epicadk commented 3 years ago

Is your feature request related to a problem? Please describe.

Currently, github actions will run even when we make changes to files like *.md

Describe the solution you'd like

Add these files under paths-ignore in github actions.

Additional context

https://stackoverflow.com/questions/59759921/how-to-skip-github-actions-job-on-push-event

epicadk commented 3 years ago

@vj-codes if you want to work on this you can self-assign.

vj-codes commented 3 years ago

I'll wait for 3-5 days to give other contributors a chance but if not claimed by then I'll self assign:)

KushalBeniwal commented 3 years ago

@epicadk I would like to work on this issue. Just to make sure, do I need to wait till my last PR gets merged to take up a new issue.

1080 is reviewed and all the work is done.

epicadk commented 3 years ago

@epicadk I would like to work on this issue. Just to make sure, do I need to wait till my last PR gets merged to take up a new issue.

1080 is reviewed and all the work is done.

As long as it isn't changes requested you can work on this.

KushalBeniwal commented 3 years ago

As long as it isn't changes requested you can work on this.

Thanks for clearing my doubt and assigning the issue to me.

epicadk commented 3 years ago

@KushalBeniwal any updates?

KushalBeniwal commented 3 years ago

@KushalBeniwal any updates?

Yes, I went through the link in the "Additional context" and github links. I found this https://stackoverflow.com/questions/59759921/how-to-skip-github-actions-job-on-push-event. I will make the required changes today in main.yml and open a draft PR. And sorry it took me longer than necessary. Still getting a hang of not going over an overwhelming number of resources.