Changeset 51555
- Timestamp:
- 08/05/2021 02:36:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r51536 r51555 32 32 name: Prepare notifications 33 33 runs-on: ubuntu-latest 34 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event.workflow_run.conclusion != 'skipped' && github.event _name!= 'pull_request' }}34 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event.workflow_run.conclusion != 'skipped' && github.event.workflow_run.event != 'pull_request' }} 35 35 outputs: 36 36 previous_conclusion: ${{ steps.previous-conclusion.outputs.previous_conclusion }} … … 38 38 39 39 steps: 40 - name: Get details about the workflow40 - name: Get details about the previous workflow run 41 41 id: previous-result 42 42 uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 # v4.0.2
Note: See TracChangeset
for help on using the changeset viewer.