Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d35044c

Browse files
s3kritbkchr
authored andcommitted
Decrease poll interval (#7063)
1 parent d123792 commit d35044c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/polkadot-companion-labels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
contexts: 'continuous-integration/gitlab-check-polkadot-companion-build'
1818
timeout: 1800
19-
notPresentTimeout: 3600 # It can take quite a while before the job starts...
19+
notPresentTimeout: 3600 # It can take quite a while before the job starts on Gitlab when the CI queue is large
2020
failureStates: failure
2121
interruptedStates: error # Error = job was probably cancelled. We don't want to label the PR in that case
22+
pollInterval: 30
2223
- name: Label success
2324
uses: andymckay/labeler@master
2425
if: steps.check-companion-status.outputs.result == 'success'

0 commit comments

Comments
 (0)