Changeset 52130
- Timestamp:
- 11/10/2021 08:58:15 PM (3 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r52002 r52130 6 6 push: 7 7 branches: 8 - master9 8 - trunk 10 9 - '3.[89]' … … 15 14 pull_request: 16 15 branches: 17 - master18 16 - trunk 19 17 - '3.[89]' … … 150 148 slack-notifications: 151 149 name: Slack Notifications 152 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master150 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 153 151 needs: [ phpcs, jshint ] 154 152 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/end-to-end-tests.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 - '5.[3-9]' … … 14 13 pull_request: 15 14 branches: 16 - master17 15 - trunk 18 16 - '5.[3-9]' … … 120 118 slack-notifications: 121 119 name: Slack Notifications 122 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master120 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 123 121 needs: [ e2e-tests ] 124 122 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/javascript-tests.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 - '3.[89]' … … 14 13 pull_request: 15 14 branches: 16 - master17 15 - trunk 18 16 - '3.[89]' … … 89 87 slack-notifications: 90 88 name: Slack Notifications 91 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master89 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 92 90 needs: [ test-js ] 93 91 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/php-compatibility.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 - '5.[5-9]' … … 14 13 pull_request: 15 14 branches: 16 - master17 15 - trunk 18 16 - '5.[5-9]' … … 91 89 slack-notifications: 92 90 name: Slack Notifications 93 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master91 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 94 92 needs: [ php-compatibility ] 95 93 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/phpunit-tests.yml
r52002 r52130 4 4 push: 5 5 branches: 6 - master7 6 - trunk 8 7 - '3.[7-9]' … … 13 12 pull_request: 14 13 branches: 15 - master16 14 - trunk 17 15 - '3.[7-9]' … … 232 230 233 231 - name: Checkout the WordPress Test Reporter 234 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/ master' && matrix.report }}232 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }} 235 233 uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 236 234 with: … … 239 237 240 238 - name: Submit test results to the WordPress.org host test results 241 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/ master' && matrix.report }}239 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }} 242 240 env: 243 241 WPT_REPORT_API_KEY: "${{ secrets.WPT_REPORT_API_KEY }}" … … 246 244 slack-notifications: 247 245 name: Slack Notifications 248 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master246 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 249 247 needs: [ test-php ] 250 248 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/test-coverage.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 paths: … … 172 171 slack-notifications: 173 172 name: Slack Notifications 174 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master173 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 175 174 needs: [ test-coverage-report ] 176 175 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/test-npm.yml
r52002 r52130 4 4 push: 5 5 branches: 6 - master7 6 - trunk 8 7 - '3.[7-9]' … … 10 9 pull_request: 11 10 branches: 12 - master13 11 - trunk 14 12 - '3.[7-9]' … … 158 156 slack-notifications: 159 157 name: Slack Notifications 160 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master158 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 161 159 needs: [ test-npm, test-npm-macos ] 162 160 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} -
trunk/.github/workflows/test-old-branches.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 paths: … … 73 72 slack-notifications: 74 73 name: Slack Notifications 75 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master74 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 76 75 needs: [ dispatch-workflows-for-old-branches ] 77 76 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset
for help on using the changeset viewer.