You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently maintain 3 workflow files that trigger docker builds:
build-Docker-image-nightly.yml
build-Docker-image-on-push-to-main.yml
build-Docker-image-on-push-to-pr.yml
Which call the same docker build and push workflow. The differences between these files are minimal, and would be a good candidate to be merged to a single file with multiple trigger.
The text was updated successfully, but these errors were encountered:
closes#261closes#262
Merge workflows into a single file with multiple event triggers. Reduce
maintenance burden from multiple similar files, and ensure workflows are
run consistently.
We currently maintain 3 workflow files that trigger docker builds:
build-Docker-image-nightly.yml
build-Docker-image-on-push-to-main.yml
build-Docker-image-on-push-to-pr.yml
Which call the same docker build and push workflow. The differences between these files are minimal, and would be a good candidate to be merged to a single file with multiple trigger.
The text was updated successfully, but these errors were encountered: