diff --git a/.github/workflows/after-deployment.yml b/.github/workflows/after-deployment.yml index 737e231d5b..13882083b9 100644 --- a/.github/workflows/after-deployment.yml +++ b/.github/workflows/after-deployment.yml @@ -9,6 +9,8 @@ jobs: if: github.event.deployment_status.state == 'success' runs-on: ubuntu-latest + + timeout-minutes: 5 steps: - name: Checkout