Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fallback App CI #404

Merged
merged 7 commits into from
Mar 2, 2023
Merged

Add Fallback App CI #404

merged 7 commits into from
Mar 2, 2023

Conversation

nilsreichardt
Copy link
Member

@nilsreichardt nilsreichardt commented Feb 28, 2023

image

A workaround for GitHub Actions jobs that required and based on a path.

Currently, it's not possible to set a GitHub Action to required which is based on path changes. The reason for this that the action is not executed when the action does not match the paths. Therefore, merging will be blocked.

A workaround is to have a job which the same name.

See: github/docs@4364076

Closes #403

@github-actions
Copy link

github-actions bot commented Feb 28, 2023

Visit the preview URL for this PR (updated for commit 05efa7b):

https://sharezone-test--pr404-add-fallback-ci-pubnsn5g.web.app

(expires Thu, 09 Mar 2023 22:13:37 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

@nilsreichardt
Copy link
Member Author

@Jonas-Sander Could you also review this PR because this blocks #407

@Jonas-Sander
Copy link
Collaborator

btw we need to execute the jobs when changing the sharezone cli folder aswell (since some call the functions in there)

@nilsreichardt
Copy link
Member Author

btw we need to execute the jobs when changing the sharezone cli folder aswell (since some call the functions in there)

Good point, I'll make a new PR for this 👍

@nilsreichardt nilsreichardt enabled auto-merge (squash) March 2, 2023 22:50
@nilsreichardt nilsreichardt merged commit 9d960f4 into main Mar 2, 2023
@nilsreichardt nilsreichardt deleted the add-fallback-ci branch March 2, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App workflows waiting for every when they are not triggered
2 participants