|
1 | 1 | on:
|
2 | 2 | push:
|
3 |
| - branches: ["master", "tokio-*.x"] |
| 3 | + branches: ["*"] |
4 | 4 | pull_request:
|
5 | 5 | types: [labeled, opened, synchronize, reopened]
|
6 | 6 | branches: ["master", "tokio-*.x"]
|
|
26 | 26 | loom-sync:
|
27 | 27 | name: loom tokio::sync
|
28 | 28 | # base_ref is null when it's not a pull request
|
29 |
| - if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-sync') || (github.base_ref == null)) |
| 29 | + # if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-sync') || (github.base_ref == null)) |
30 | 30 | runs-on: ubuntu-latest
|
31 | 31 | steps:
|
32 | 32 | - uses: actions/checkout@v4
|
|
42 | 42 | loom-time-driver:
|
43 | 43 | name: loom time driver
|
44 | 44 | # base_ref is null when it's not a pull request
|
45 |
| - if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-time-driver') || (github.base_ref == null)) |
| 45 | + # if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-time-driver') || (github.base_ref == null)) |
46 | 46 | runs-on: ubuntu-latest
|
47 | 47 | steps:
|
48 | 48 | - uses: actions/checkout@v4
|
|
58 | 58 | loom-current-thread:
|
59 | 59 | name: loom current-thread scheduler
|
60 | 60 | # base_ref is null when it's not a pull request
|
61 |
| - if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-current-thread') || (github.base_ref == null)) |
| 61 | + # if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-current-thread') || (github.base_ref == null)) |
62 | 62 | runs-on: ubuntu-latest
|
63 | 63 | steps:
|
64 | 64 | - uses: actions/checkout@v4
|
|
74 | 74 | loom-multi-thread:
|
75 | 75 | name: loom multi-thread scheduler
|
76 | 76 | # base_ref is null when it's not a pull request
|
77 |
| - if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-multi-thread') || (github.base_ref == null)) |
| 77 | + # if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-multi-thread') || (github.base_ref == null)) |
78 | 78 | runs-on: ubuntu-latest
|
79 | 79 | strategy:
|
80 | 80 | matrix:
|
|
99 | 99 | loom-multi-thread-alt:
|
100 | 100 | name: loom ALT multi-thread scheduler
|
101 | 101 | # base_ref is null when it's not a pull request
|
102 |
| - if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-multi-thread-alt') || (github.base_ref == null)) |
| 102 | + # if: github.repository_owner == 'tokio-rs' && (contains(github.event.pull_request.labels.*.name, 'R-loom-multi-thread-alt') || (github.base_ref == null)) |
103 | 103 | runs-on: ubuntu-latest
|
104 | 104 | strategy:
|
105 | 105 | matrix:
|
|
0 commit comments