Skip to content

Commit

Permalink
move workflows to stackhpc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed May 11, 2022
1 parent 922e4b2 commit 4bd48c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
pull_request:
concurrency: ${{ matrix.cloud }}
jobs:
openstack:
name: openstack-ci-${{ matrix.cloud }}
Expand All @@ -14,6 +13,7 @@ jobs:
cloud:
- "smslabs" # SMS-Labs OpenStack in stackhpc-ci project
- "arcus" # Arcus OpenStack in rcp-cloud-portal-demo project, with RoCE
concurrency: ${{ matrix.cloud }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4bd48c5

Please sign in to comment.