Changeset 54039 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 08/31/2022 02:29:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r53947 r54039 124 124 github.repository == 'WordPress/wordpress-develop' && 125 125 github.event_name != 'pull_request' && 126 github.run_ number< 2 &&126 github.run_attempt < 2 && 127 127 ( 128 128 needs.php-compatibility.result == 'cancelled' || needs.php-compatibility.result == 'failure'
Note: See TracChangeset
for help on using the changeset viewer.