-
-
Save KyMidd/48236ffa8a63444b579b4e4e36be017b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repo_cop: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 720 # 12 hours - Default is 360 minutes / 6 hours | |
| needs: repo_cop_get_repos # Require the repos list to be generated first | |
| strategy: | |
| fail-fast: false # Keep going even if one shard fails | |
| matrix: | |
| shard: [1/2, 2/2] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment