mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Run wpt only on try-wpt,try-wpt-2020 branches
This commit is contained in:
parent
2ae158dec1
commit
b4c465e6a2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
||||||
path: target.tar.gz
|
path: target.tar.gz
|
||||||
|
|
||||||
linux-wpt:
|
linux-wpt:
|
||||||
if: ${{ contains(github.ref_name, 'wpt') || inputs.wpt }}
|
if: ${{ github.ref_name == 'try-wpt' || github.ref_name == 'try-wpt-2020' || inputs.wpt }}
|
||||||
name: Linux WPT Tests
|
name: Linux WPT Tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: ["build-linux"]
|
needs: ["build-linux"]
|
||||||
|
@ -183,7 +183,7 @@ jobs:
|
||||||
report-test-results:
|
report-test-results:
|
||||||
name: Reporting test results
|
name: Reporting test results
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ always() && !cancelled() && success('build-linux') && (contains(github.ref_name, 'wpt') || inputs.wpt == 'test') }}
|
if: ${{ always() && !cancelled() && success('build-linux') && (github.ref_name == 'try-wpt' || github.ref_name == 'try-wpt-2020' || inputs.wpt == 'test') }}
|
||||||
needs:
|
needs:
|
||||||
- "linux-wpt"
|
- "linux-wpt"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue