Skip to content

Commit

Permalink
ci: removing dependencies (8) from required checks (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jun 10, 2022
1 parent e4dfc1b commit 34993d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/sync-repo-settings.yaml
Expand Up @@ -36,11 +36,6 @@ branchProtectionRules:
- "units (8)"
- "units (11)"
- "Kokoro - Test: Integration"
- "dependencies (8, java-bigquery)"
- "dependencies (8, java-bigqueryconnection)"
- "dependencies (8, java-spanner)"
- "dependencies (8, java-storage)"
- "dependencies (8, java-pubsub)"
- "dependencies (11, java-bigquery)"
- "dependencies (11, java-bigqueryconnection)"
- "dependencies (11, java-spanner)"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/downstream-dependencies.yaml
Expand Up @@ -27,3 +27,5 @@ jobs:
- run: sudo apt-get update -y
- run: sudo apt-get install libxml2-utils
- run: .kokoro/client-library-check.sh ${{matrix.repo}} dependencies
if: ${{matrix.java != '8' }}
# Always successful for Java 8, which we'll remove soon

0 comments on commit 34993d5

Please sign in to comment.