Skip to content

Commit

Permalink
Fourth test
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon committed Nov 7, 2023
1 parent 266b8e2 commit f403767
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ name: Periodic workflow run
on: [push]

jobs:
call-run-c-linter-on-branches:
run-workflows-on-branches:
name: "Run workflows on stable branches"

strategy:
matrix:
branch: ${{ fromJSON(vars.TARGET_BRANCHES_PERIODIC_RUNS) }}
uses: ./.github/workflows/lint-c.yml
with:
branch: ${{ matrix.branch }}
branch: [master, develop-2.3]

steps:
- name: "Run Lint-C workflow"
uses: ./.github/workflows/lint-c.yml
with:
branch: ${{ matrix.branch }}


0 comments on commit f403767

Please sign in to comment.