diff --git a/.github/workflows/macos-ci-aarch64-notest.yaml b/.github/workflows/macos-ci-aarch64-notest.yaml new file mode 100644 index 000000000..f05f08449 --- /dev/null +++ b/.github/workflows/macos-ci-aarch64-notest.yaml @@ -0,0 +1,24 @@ +name: macos-ci-aarch64-build +on: + pull_request: + paths: + - 'configs/sites/**' + - 'doc/**' + - '**.md' + - '.github/ISSUE_TEMPLATE/*' + - '.github/workflows/macos-ci-aarch64-notest.yaml' + - '.gitignore' + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +defaults: + run: + shell: bash + +jobs: + macos-ci-aarch64-build: + runs-on: [macos-ci-aarch64] + steps: + - run: 'echo "No build required"' diff --git a/.github/workflows/ubuntu-ci-x86_64-gnu-notest.yaml b/.github/workflows/ubuntu-ci-x86_64-gnu-notest.yaml new file mode 100644 index 000000000..10f6c0885 --- /dev/null +++ b/.github/workflows/ubuntu-ci-x86_64-gnu-notest.yaml @@ -0,0 +1,24 @@ +name: ubuntu-ci-c6a-x86_64-gnu-build +on: + pull_request: + paths: + - 'configs/sites/**' + - 'doc/**' + - '**.md' + - '.github/ISSUE_TEMPLATE/*' + - '.github/workflows/ubuntu-ci-x86_64-gnu-notest.yaml' + - '.gitignore' + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +defaults: + run: + shell: bash + +jobs: + ubuntu-ci-c6a-x86_64-gnu-build: + runs-on: [ubuntu-ci-c6a-x86_64] + steps: + - run: 'echo "No build required"' diff --git a/.github/workflows/ubuntu-ci-x86_64-intel-notest.yaml b/.github/workflows/ubuntu-ci-x86_64-intel-notest.yaml new file mode 100644 index 000000000..d825c67b3 --- /dev/null +++ b/.github/workflows/ubuntu-ci-x86_64-intel-notest.yaml @@ -0,0 +1,24 @@ +name: ubuntu-ci-c6a-x86_64-intel-build +on: + pull_request: + paths: + - 'configs/sites/**' + - 'doc/**' + - '**.md' + - '.github/ISSUE_TEMPLATE/*' + - '.github/workflows/ubuntu-ci-x86_64-intel-notest.yaml' + - '.gitignore' + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +defaults: + run: + shell: bash + +jobs: + ubuntu-ci-c6a-x86_64-intel-build: + runs-on: [ubuntu-ci-c6a-x86_64] + steps: + - run: 'echo "No build required"'