Unverified Commit 8edb1fc3 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/prepare: retry automatically

We have seen API errors in the prepare scripts frequently the last
couple of days. A quick fix should be to retry these requests.
parent 6a26c663
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ jobs:
      - id: prepare
        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
        with:
          retries: 3
          script: |
            require('./ci/github-script/prepare.js')({
              github,
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ jobs:
      - id: prepare
        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
        with:
          retries: 3
          script: |
            require('./ci/github-script/prepare.js')({
              github,