diff options
| author | ST-DDT <[email protected]> | 2023-01-21 17:59:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-21 17:59:58 +0100 |
| commit | 54cc87d3ff88608bbede7bd321516cd866b99b6d (patch) | |
| tree | e21cabc5a13c89cc18150e2888c3b340e291c560 /.github/workflows/semantic-pull-request.yml | |
| parent | 2e6b136c61a7cfc799c72a86a38ca4a505d94e3c (diff) | |
| download | faker-54cc87d3ff88608bbede7bd321516cd866b99b6d.tar.xz faker-54cc87d3ff88608bbede7bd321516cd866b99b6d.zip | |
infra: apply shorter CI timeouts and retry e2e once (#1756)
Diffstat (limited to '.github/workflows/semantic-pull-request.yml')
| -rw-r--r-- | .github/workflows/semantic-pull-request.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index d6529a87..75b40cde 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -8,6 +8,7 @@ on: - synchronize permissions: {} + jobs: main: permissions: @@ -15,6 +16,7 @@ jobs: statuses: write # to mark status of analyzed PR (amannn/action-semantic-pull-request) runs-on: ubuntu-latest + timeout-minutes: 10 name: Semantic Pull Request steps: - name: Validate PR title |
