Skip to content

Commit

Permalink
do not start workflow on push/pull logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 24, 2024
1 parent 2d1d070 commit a30b2fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,14 @@ env:
MAKEFLAGS: "-j2 V=0"

on:
push:
branches:
- main
- develop
- CI-*tarball* # for testing this script, all feature branches with "tarball" in their name
pull_request:
branches:
- main
- develop
workflow_dispatch:
workflow_run:
workflows: [t8code CMake testsuite]
types: [completed]
branches:
- main
- develop
- CI-*tarball* # for testing this script, all feature branches with "tarball" in their name

jobs:
on-success:
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@ env:

on:
push:
workflow_run:
workflows: [Build tarball using CMake]
types: [completed]
branches:
- main
- develop
- CI-*tarball* # for testing this script, all feature branches with "tarball" in their name
pull_request:
branches:
- main
- develop
workflow_run:
workflows: [Build tarball using CMake]
types: [completed]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a30b2fe

Please sign in to comment.