Skip to content

Commit

Permalink
Merge branch 'dev/data-plane' into machine-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Jan 29, 2024
2 parents bcb30d1 + c66987c commit e301397
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Check workflow running linter, unit and functional tests

concurrency:
Expand All @@ -9,7 +8,7 @@ on:
workflow_call:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ master, main ]
branches: [ master, main, "dev/data-plane" ]
paths-ignore:
- '**.md'
- '**.rst'
Expand All @@ -25,7 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
tox-version: '<4'

snap-build:
name: Build snap package
needs: lint-unit
Expand Down

0 comments on commit e301397

Please sign in to comment.