Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 14, 2024
1 parent 89acf52 commit 0f9f878
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [ "master" ]

workflow_run:
workflows: [Linux]
types:
- completed

jobs:
build:

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
branches: [ "master" ]

workflow_run:
workflows: [ Linux, macOS, Windows ]
branches: [ master ]
types: [ completed ]
workflows: [ Windows ]
types: [ completed ]

jobs:

Expand All @@ -19,7 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: khulnasoft/action-workflow-run-wait@v1
- name: Install python
run: |
apt-get update
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [ "master" ]

workflow_run:
workflows: [macOS]
types:
- completed

jobs:
build:

Expand Down

0 comments on commit 0f9f878

Please sign in to comment.