From e11bc0335fcfe53be5035562186ea1abd234ee71 Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Mon, 18 Sep 2023 11:37:50 +0530 Subject: [PATCH] disable another job --- .github/workflows/ci.yml | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed9b218498a4..6127273cb9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,30 +145,30 @@ jobs: node-version: ${{ needs.release-versions.outputs.node-version }} coverage: true - build-prod: - name: 📦 Meteor Build - official - needs: [tests-done, release-versions, packages-build] - if: (github.event_name == 'release' || github.ref == 'refs/heads/develop') - runs-on: ubuntu-20.04 - - steps: - - name: Github Info - run: | - echo "GITHUB_ACTION: $GITHUB_ACTION" - echo "GITHUB_ACTOR: $GITHUB_ACTOR" - echo "GITHUB_REF: $GITHUB_REF" - echo "GITHUB_HEAD_REF: $GITHUB_HEAD_REF" - echo "GITHUB_BASE_REF: $GITHUB_BASE_REF" - echo "github.event_name: ${{ github.event_name }}" - cat $GITHUB_EVENT_PATH - - - uses: actions/checkout@v3 - - - uses: ./.github/actions/meteor-build - with: - node-version: ${{ needs.release-versions.outputs.node-version }} - coverage: false - + # build-prod: + # name: 📦 Meteor Build - official + # needs: [tests-done, release-versions, packages-build] + # if: (github.event_name == 'release' || github.ref == 'refs/heads/develop') + # runs-on: ubuntu-20.04 + # + # steps: + # - name: Github Info + # run: | + # echo "GITHUB_ACTION: $GITHUB_ACTION" + # echo "GITHUB_ACTOR: $GITHUB_ACTOR" + # echo "GITHUB_REF: $GITHUB_REF" + # echo "GITHUB_HEAD_REF: $GITHUB_HEAD_REF" + # echo "GITHUB_BASE_REF: $GITHUB_BASE_REF" + # echo "github.event_name: ${{ github.event_name }}" + # cat $GITHUB_EVENT_PATH + # + # - uses: actions/checkout@v3 + # + # - uses: ./.github/actions/meteor-build + # with: + # node-version: ${{ needs.release-versions.outputs.node-version }} + # coverage: false + # build-gh-docker-coverage: name: 🚢 Build Docker Images for Testing needs: [build, release-versions]