Skip to content

Commit

Permalink
disable another job
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Sep 18, 2023
1 parent 38226f5 commit e11bc03
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e11bc03

Please sign in to comment.