[CI > Build] Run on test success
This commit is contained in:
parent
9fea5358de
commit
fdad6fef5c
2 changed files with 6 additions and 9 deletions
11
.github/workflows/release_nightly.yml
vendored
11
.github/workflows/release_nightly.yml
vendored
|
@ -1,13 +1,10 @@
|
||||||
name: Release Nightly
|
name: Release Nightly
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches: [ main ]
|
workflows: ["Test Startup"]
|
||||||
paths:
|
types:
|
||||||
- 'src/**'
|
- completed'
|
||||||
- 'scripts/**'
|
|
||||||
- 'polyfills/**'
|
|
||||||
- '.github/workflows/release_nightly.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
4
.github/workflows/test_startup.yml
vendored
4
.github/workflows/test_startup.yml
vendored
|
@ -7,10 +7,10 @@ on:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- 'polyfills/**'
|
- 'polyfills/**'
|
||||||
- '.github/workflows/test_startup.yml'
|
- '.github/workflows/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue