diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index e41df19..be689df 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -6,11 +6,17 @@ jobs: notify: runs-on: ubuntu-latest + strategy: + matrix: + repo: + - cloud-native-toolkit/ibm-garage-iteration-zero + - cloud-native-toolkit/garage-terraform-modules + steps: - - name: Publish repository dispatch - uses: ibm-garage-cloud/action-repository-dispatch@main + - name: Repository dispatch ${{ matrix.repo }} + uses: cloud-native-toolkit/action-repository-dispatch@main with: - notifyRepo: ibm-garage-cloud/ibm-garage-iteration-zero + notifyRepo: ${{ matrix.repo }} eventType: released env: GITHUB_TOKEN: ${{ secrets.TOKEN }} diff --git a/.github/workflows/publish-assets.yaml b/.github/workflows/publish-assets.yaml index b704534..71e2cae 100644 --- a/.github/workflows/publish-assets.yaml +++ b/.github/workflows/publish-assets.yaml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Build catalog - uses: ibm-garage-cloud/action-module-catalog@main + uses: ibm-garage-cloud/action-module-catalog@v1 with: tagName: ${{ github.event.release.tag_name }} distDir: ${{ env.DIST_DIR }} @@ -31,4 +31,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ env.DIST_DIR }} - publish_branch: ${{ env.PUBLISH_BRANCH }} \ No newline at end of file + publish_branch: ${{ env.PUBLISH_BRANCH }} diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 887d9c8..ba61ab5 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -17,9 +17,8 @@ jobs: strategy: matrix: - platform: - - ocp4_latest - # max-parallel: 1 + platform: [ocp4_latest] + # max-parallel: 1 fail-fast: false env: @@ -48,7 +47,6 @@ jobs: TF_VAR_ibmcloud_api_key: ${{ secrets.IBMCLOUD_API_KEY }} IBMCLOUD_API_KEY: ${{ secrets.IBMCLOUD_API_KEY }} - release: # if: ${{ github.event_name == 'push' }} needs: verify