add workflow to auto update the known_good#102
add workflow to auto update the known_good#102kgraeper wants to merge 2 commits intoeclipse-score:mainfrom
Conversation
|
The created documentation from the pull request is available at: docu-html |
|
lets proceed with it after 0.6 (22.02) |
a910811 to
aa4d8a7
Compare
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: known_good.updated.json | ||
| path: known_good.updated.json |
There was a problem hiding this comment.
These workflows shall call existing workflows that re-run on PR with changed know_good.json. Probbaly you shall trigger all existing workflows and they shall have conditonal step to change known good. We dont want to repeat workflows from PR but simply run them.
| branches: | ||
| - feature/update-known_good-to-latest-mains | ||
| schedule: | ||
| - cron: '30 1 * * *' # Every night at 01:30 UTC on main branch |
There was a problem hiding this comment.
make it every 1h minutes and simply stop if there is no dif in known good. Maybe we shall add manual trigger for now for testing ?
| - name: not implemented | ||
| run: echo "Documentation generation not yet implemented here." | ||
|
|
||
| integration-test: |
There was a problem hiding this comment.
not needed or ? as said, the required jobs are jobs from PR
pawelrutkaq
left a comment
There was a problem hiding this comment.
Questions: shall all our PR workflows be changed to a workflow_call and we shall have an one PR workflows that calls all the others ? This way in these workflows you also could easily call PR workflow and you are done.
No description provided.