mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
workflows: prune benchmarks to last 250 runs
To avoid this: ``` 📷 Committing and pushing new benchmark data... [benchmarks 745914423] add benchmark run for21fe862a521 file changed, 1 insertion(+) exit status 1: Cloning into '.'... Switched to a new branch 'benchmarks' remote: warning: See https://gh.io/lfs for more information. remote: warning: File benchmarks.json is 50.29 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: File1dfc1e1acbis 50.14 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. To https://github.com/open-policy-agent/opa.git ! [remote rejected] benchmarks -> benchmarks (cannot lock ref 'refs/heads/benchmarks': is at7a136a304dbut expected3fd93c504e) error: failed to push some refs to 'https://github.com/open-policy-agent/opa.git' ``` Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
committed by
Stephan Renatus
parent
21fe862a52
commit
39811e50db
@@ -35,5 +35,6 @@ jobs:
|
|||||||
INPUT_SUBDIRECTORY: opa
|
INPUT_SUBDIRECTORY: opa
|
||||||
INPUT_PUBLISH: ${{ inputs.publish }}
|
INPUT_PUBLISH: ${{ inputs.publish }}
|
||||||
INPUT_PUBLISH_BRANCH: ${{ inputs.publish_branch }}
|
INPUT_PUBLISH_BRANCH: ${{ inputs.publish_branch }}
|
||||||
|
INPUT_PRUNE_COUNT: 250
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
|
|||||||
Reference in New Issue
Block a user