Changeset 51558
- Timestamp:
- 08/05/2021 04:52:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r51555 r51558 18 18 types: 19 19 - completed 20 branches: 21 - master 22 - trunk 23 - '[3-9].[0-9]' 20 24 21 25 jobs: … … 32 36 name: Prepare notifications 33 37 runs-on: ubuntu-latest 34 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event.workflow_run. conclusion != 'skipped' && github.event.workflow_run.event != 'pull_request' }}38 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event.workflow_run.event != 'pull_request' }} 35 39 outputs: 36 40 previous_conclusion: ${{ steps.previous-conclusion.outputs.previous_conclusion }}
Note: See TracChangeset
for help on using the changeset viewer.