Skip to content

Commit

Permalink
UPdate triggering event
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 25, 2024
1 parent 307eea0 commit 0cfe391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ env:

on:
workflow_run:
workflows: ["t8code CMake testsuite"]
types: [completed]
workflows:
- t8code CMake testsuite
types:
- completed
branches:
- main
- develop
- Cpack

jobs:
on-success:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ env:
MAKEFLAGS: "-j2 V=0"

on:
push:
workflow_run:
workflows: ["Build tarball using CMake"]
types: [completed]
workflows:
- Build tarball using CMake
types:
- completed
branches:
- main
- develop
Expand Down

0 comments on commit 0cfe391

Please sign in to comment.