Bump up the number of operations to 30 (#9554)

This is the default value, which is sensible since an "operation"
basically corresponds to a GH API call, and 1 won't really let us
do anything.
This commit is contained in:
Will Greenberg
2023-01-28 08:16:15 +11:00
committed by GitHub
parent f0b6ba072f
commit 8226d30af0
+1 -1
View File
@@ -39,4 +39,4 @@ jobs:
take a look.
# Limit the number of actions per hour, from 1-30. Default is 30
operations-per-run: 1
operations-per-run: 30