Skip to content

Commit

Permalink
cmake.yml: Don't run unless meson workflow completes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 7, 2025
1 parent 3e7eb9b commit ce63b71
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ concurrency:
cancel-in-progress: true

on:
push:
branches: [ develop ]
paths-ignore:
- '**/appimage.yml'

pull_request:
branches: [ develop ]
paths-ignore:
- '**/appimage.yml'
workflow_run:
workflows: [Meson]
types: [completed]
#push:
#branches: [ develop ]
#paths-ignore:
#- '**/appimage.yml'

#pull_request:
#branches: [ develop ]
#paths-ignore:
#- '**/appimage.yml'

jobs:
freebsd:
Expand Down

0 comments on commit ce63b71

Please sign in to comment.