Skip to content

Commit

Permalink
Running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon committed Nov 7, 2023
1 parent 39815eb commit d3aac58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: Periodic workflow run
on: [push]

jobs:
run-workflows-on-branches:
name: "Run Lint-C on stable branches"
run-tests-on-branches:
name: "Run tests on stable branches"

strategy:
matrix:
branch: [master, develop-2.3]

uses: ./.github/workflows/lint-c.yml
uses: ./.github/workflows/run-tests.yml
with:
branch: ${{ matrix.branch }}



0 comments on commit d3aac58

Please sign in to comment.