Skip to content

Commit

Permalink
CI: Avoid Make-based workflows execution for `build/mconfig.mesontemp…
Browse files Browse the repository at this point in the history
…late`

For github action has been done but for cirrus-ci needs more investigation.

Signed-off-by: Mobin "Hojjat" Aydinfar <[email protected]>
  • Loading branch information
mobin-2008 committed Jul 10, 2023
1 parent 27eb2fc commit 7b2eafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/meson_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- '.github/workflows/meson_ci.yml'
- 'build/version.conf'
- 'build/mconfig.mesontemplate'
- 'configs/**'
- 'dasynq/**'
- 'src/**'
Expand All @@ -26,6 +27,7 @@ on:
paths:
- '.github/workflows/meson_ci.yml'
- 'build/version.conf'
- 'build/mconfig.mesontemplate'
- 'configs/**'
- 'dasynq/**'
- 'src/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/regular_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'dasynq/**'
- 'src/**'
- '**/Makefile'
- '!build/mconfig.mesontemplate'
- '!build/includes/README'
- '!**/meson.build'
pull_request:
Expand All @@ -23,6 +24,7 @@ on:
- 'dasynq/**'
- 'src/**'
- '**/Makefile'
- '!build/mconfig.mesontemplate'
- '!build/includes/README'
- '!**/meson.build'
workflow_dispatch:
Expand Down

0 comments on commit 7b2eafd

Please sign in to comment.