Skip to content

Commit 3970682

Browse files
authored
[CI] Fix warning in polkadot-companion-label action (paritytech#6514)
1 parent 93a6a53 commit 3970682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contexts: 'continuous-integration/gitlab-check-polkadot-companion-build'
1818
timeout: 1800
1919
notPresentTimeout: 3600 # It can take quite a while before the job starts...
20-
failedStates: failure
20+
failureStates: failure
2121
interruptedStates: error # Error = job was probably cancelled. We don't want to label the PR in that case
2222
- name: Label success
2323
uses: andymckay/labeler@master

0 commit comments

Comments
 (0)