diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index ddefa85244..ceb2da71ea 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -84,7 +84,7 @@ jobs: }); // This is the first workflow run for this branch or tag. - if ( previous_runs.data.workflow_runs.length == 0 ) { + if ( previous_runs.data.workflow_runs.length < 2 ) { return 'none'; }