Skip to content

Commit

Permalink
Add kubernetes to the autogenerated workflow PRs (#634)
Browse files Browse the repository at this point in the history
Kubernetes is in sync with ci-mgmt, let's keep it that way!
  • Loading branch information
mjeffryes authored Sep 29, 2023
1 parent 0c29cab commit 1b0bd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_native_providers_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json


excluded_from_auto_pr =["azure-native", "google-native", "kubernetes", "command"]
excluded_from_auto_pr =["azure-native", "google-native", "command"]

if __name__ == '__main__':
ap = argparse.ArgumentParser()
Expand Down

0 comments on commit 1b0bd72

Please sign in to comment.