You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/31 08:51:15 UTC

[GitHub] [skywalking-infra-e2e] kezhenxu94 opened a new pull request, #90: Improve GitHub Actions usability and speed by using composite actions' new feature

kezhenxu94 opened a new pull request, #90:
URL: https://github.com/apache/skywalking-infra-e2e/pull/90

   Previously we use Docker build to avoid that users have to setup Go env in their own workflows, this was because the composite actions don't support `uses`, but now since it supports, we can simplify the usage, and speed up the build by using cache.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-infra-e2e] kezhenxu94 commented on pull request #90: Improve GitHub Actions usability and speed by using composite actions' new feature

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on PR #90:
URL: https://github.com/apache/skywalking-infra-e2e/pull/90#issuecomment-1296790670

   It should not impact existing jobs, one thing they can do is to remove the `setup-go` (snippet below) if their own jobs don't use Go, to save several seconds (maybe).
   
   ```yaml
       - name: Set up Go 1.18
         uses: actions/setup-go@v2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-infra-e2e] kezhenxu94 merged pull request #90: Improve GitHub Actions usability and speed by using composite actions' new feature

Posted by GitBox <gi...@apache.org>.
kezhenxu94 merged PR #90:
URL: https://github.com/apache/skywalking-infra-e2e/pull/90


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-infra-e2e] kezhenxu94 commented on pull request #90: Improve GitHub Actions usability and speed by using composite actions' new feature

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on PR #90:
URL: https://github.com/apache/skywalking-infra-e2e/pull/90#issuecomment-1296793073

   Example https://github.com/apache/skywalking/compare/e2e, no further adjustments are needed to upgrade to this commit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org