Skip to content
Snippets Groups Projects
Commit cfa0e0d3 authored by s3krit's avatar s3krit Committed by GitHub
Browse files

[CI] Fix warning in polkadot-companion-label action (#6514)

parent 0532db6b
Branches
No related merge requests found
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
contexts: 'continuous-integration/gitlab-check-polkadot-companion-build' contexts: 'continuous-integration/gitlab-check-polkadot-companion-build'
timeout: 1800 timeout: 1800
notPresentTimeout: 3600 # It can take quite a while before the job starts... notPresentTimeout: 3600 # It can take quite a while before the job starts...
failedStates: failure failureStates: failure
interruptedStates: error # Error = job was probably cancelled. We don't want to label the PR in that case interruptedStates: error # Error = job was probably cancelled. We don't want to label the PR in that case
- name: Label success - name: Label success
uses: andymckay/labeler@master uses: andymckay/labeler@master
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment