chore: Remove if in github action to allow triggering on push
This commit is contained in:
parent
cb2b4415af
commit
8e1803d713
1 changed files with 0 additions and 4 deletions
4
.github/workflows/test_python_3_10.yml
vendored
4
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -4,8 +4,6 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [labeled, synchronize]
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
@ -16,11 +14,9 @@ env:
|
|||
ENV: 'dev'
|
||||
|
||||
jobs:
|
||||
|
||||
run_common:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
defaults:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue