Skip to content

Commit

Permalink
Case RE-851: Only run OpenStack GitHub Action when TestSuite Completes
Browse files Browse the repository at this point in the history
Changelog:
  • Loading branch information
davelcpanelnet committed Sep 26, 2024
1 parent 572aeb8 commit e2937e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/openstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ env:
tf_working_directory: "./.github/workflows/openstack/terraform"

jobs:
testsuite:
uses: ./.github/workflows/testsuite.yml
terraform_openstack_create:
needs: [testsuite]
runs-on: self-hosted
defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "*"
pull_request:
workflow_dispatch:
workflow_call:

jobs:
testsuite:
Expand Down

0 comments on commit e2937e1

Please sign in to comment.