diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 193e9b9ed..8705002cd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: # We're using a matrix with a single entry so that we can define some config as YAML rather than # having to write escaped json in a string include: - - use-codebuild: ${{ github.repository_owner != 'amazon-ion' }} + - use-codebuild: ${{ github.repository_owner == 'amazon-ion' }} # ${{ vars.CODEBUILD_PROJECT_NAME != '' }} runs-on-names-cb: [ windows, macos, ubuntu, al2-intel, al2-arm ] runs-on-names: [ windows, macos, ubuntu ] @@ -41,8 +41,12 @@ jobs: al2-arm: "codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large" # runs-on-versions: ${{ toJSON(matrix.runs-on-versions) }} steps: - - run: (:) - if: false + - name: Dump Config + run: | + echo '---- Matrix ----' + echo '${{ toJSON(matrix) }}' + echo 'vars.CODEBUILD_PROJECT_NAME = ${{vars.CODEBUILD_PROJECT_NAME}}' + # steps: # - name: Pass # id: setup-runners