Changeset 53735 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 07/20/2022 05:41:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r53592 r53735 85 85 86 86 // This is the first workflow run for this branch or tag. 87 if ( previous_runs.data.workflow_runs.length == 0) {87 if ( previous_runs.data.workflow_runs.length < 2 ) { 88 88 return 'none'; 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.