[CI > Build] Run on test success

This commit is contained in:
Ducko 2022-02-01 22:22:31 +00:00
parent 9fea5358de
commit fdad6fef5c
2 changed files with 6 additions and 9 deletions

View File

@ -1,13 +1,10 @@
name: Release Nightly
on:
push:
branches: [ main ]
paths:
- 'src/**'
- 'scripts/**'
- 'polyfills/**'
- '.github/workflows/release_nightly.yml'
workflow_run:
workflows: ["Test Startup"]
types:
- completed'
jobs:
build:

View File

@ -7,10 +7,10 @@ on:
- 'src/**'
- 'scripts/**'
- 'polyfills/**'
- '.github/workflows/test_startup.yml'
- '.github/workflows/**'
jobs:
test:
test-linux:
runs-on: ubuntu-latest
steps: