-
Notifications
You must be signed in to change notification settings - Fork 24
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
workflows: fix wikiupdate and bump version to v4 #765
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should always build configs, not just on pull requests. We should store the configs as artifacts because we don't build images anymore.
3d4f132
to
8f4c2ea
Compare
8f4c2ea
to
719dc50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
…nger build images
719dc50
to
69617b5
Compare
Move the wikiupdate-workflow into a independent file making it way more clean. And it is working now as intended (instead of building all locations) as you can see here
with a changed location
without a changed location
I use
||true
so the task will never fail because there might be locations that doesn't get updated because they don't have a wikiarticle.In addition i bumped the version of
actions/checkout@v3
to v4 as the old one was using Node.js 16 which is deprecated.