Skip to content

Commit

Permalink
Run CPaaS as part of the main workflow
Browse files Browse the repository at this point in the history
This change is needed for all steps to be part of the same workflow,
which is in turn needed for the staging bucket used to be the same for
all jobs.

This commit should be reverted before merge.
  • Loading branch information
Molter73 committed Aug 25, 2023
1 parent 0f9fbed commit fca26aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cpaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: CPaaS related workflows
on:
schedule:
- cron: '0 6 * * *'
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- reopened
workflow_call:
# pull_request:
# types:
# - labeled
# - unlabeled
# - synchronize
# - opened
# - reopened

jobs:
should-run:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ jobs:
- build-drivers
- upload-drivers
secrets: inherit

cpaas-workflow:
uses: ./.github/workflows/cpaas.yml
secrets: inherit

0 comments on commit fca26aa

Please sign in to comment.