diff --git a/substrate/.github/workflows/polkadot-companion-labels.yml b/substrate/.github/workflows/polkadot-companion-labels.yml
index 20aaa98a239cd9b9124172b29d3d56b086607d7f..27f743e1bd4529dc83ee7dfd5b96c6c5bb4ac3f8 100644
--- a/substrate/.github/workflows/polkadot-companion-labels.yml
+++ b/substrate/.github/workflows/polkadot-companion-labels.yml
@@ -17,7 +17,7 @@ jobs:
           contexts: 'continuous-integration/gitlab-check-polkadot-companion-build'
           timeout: 1800
           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
       - name: Label success
         uses: andymckay/labeler@master