Skip to content

Commit

Permalink
Trigger nested workflows only from the stager
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Sep 20, 2024
1 parent ed590e2 commit 8028456
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration-linux-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: github-Linux-32bit

on:
push:
branches:
- develop
workflow_call:

permissions: read-all
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration-linux-hpx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: github-Linux-hpx

on:
push:
branches:
- develop
workflow_call:

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration-linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: github-Linux

on:
push:
branches:
- develop
workflow_call:

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration-osx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: github-OSX

on:
push:
branches:
- develop
workflow_call:

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration-smoketest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: basic-test

on:
push:
branches:
- develop
workflow_call:

concurrency:
Expand Down

0 comments on commit 8028456

Please sign in to comment.