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 can combine the existing CI workflow files cron-staging.yml and main.yml with conditional keywords. See discussion here: #1062 (review)
As discussed in #1066, we can probably also remove push as a test condition. Another minor improvement would be to rename the dev docs build action in docs_dev.yml to something other than "Docs Publish", since that name is already taken by docs.yml (already done).
The text was updated successfully, but these errors were encountered:
Hi @coruscating it seems. you are discussing some changes to a GitHub Actions workflow file for a CI/CD pipeline. Specifically, you are suggesting that the cron-staging.yml and main.yml workflow files can be combined using conditional keywords.
You also mentioned that the push test condition can potentially be removed. This suggests that the workflow is triggered by a push to a repository, and removing this test condition would mean that the workflow would run on every push, rather than only on certain conditions .is this PR open for Bug Fixes I would like to take on this one Thank you
@AbdullahKazi500 Yes, that's right, we'd like to merge the two files together into a single CI file with minimal repeated code. I'll assign this to you, thanks.
We can combine the existing CI workflow files
cron-staging.yml
andmain.yml
with conditional keywords. See discussion here: #1062 (review)As discussed in #1066, we can probably also remove
push
as a test condition.Another minor improvement would be to rename the dev docs build action in(already done).docs_dev.yml
to something other than "Docs Publish", since that name is already taken bydocs.yml
The text was updated successfully, but these errors were encountered: