We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug According to action.yml, we can set the concurrency. However, setting this parameter appears to have no effect.
action.yml
action-docker-layer-caching/action.yml
Lines 17 to 20 in cc3f382
To Reproduce Steps to reproduce the behavior:
- uses: satackey/[email protected] with: concurrency: 2
Expected behavior concurrency: 2 should appear in the build output.
concurrency: 2
Debug logs
Run satackey/[email protected] with: key: docker-layer-caching-CI-{hash} restore-keys: docker-layer-caching-CI- concurrency: 4 skip-save: false
Runner Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
According to
action.yml
, we can set the concurrency. However, setting this parameter appears to have no effect.action-docker-layer-caching/action.yml
Lines 17 to 20 in cc3f382
To Reproduce
Steps to reproduce the behavior:
Expected behavior
concurrency: 2
should appear in the build output.Debug logs
Runner Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: