Parcourir la source

fix: e2e typo

Lucas Severo Alves il y a 4 ans
Parent
commit
2a738867c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/e2e.yml

@@ -89,7 +89,7 @@ jobs:
   integration-fork:
     runs-on: ubuntu-latest
     if:
-      github.event_name = 'repository_dispatch' &&
+      github.event_name == 'repository_dispatch' &&
       github.event.client_payload.slash_command.args.named.sha != ''
     steps: