mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: ignore functional tests on PR if PR is draft
This commit is contained in:
1
.github/workflows/functionnal_tests.yml
vendored
1
.github/workflows/functionnal_tests.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
args: --release --all-features
|
||||
functionnal-tests:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.draft == false
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user