Skip to content

Commit

Permalink
temp comment out check job
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 28, 2024
1 parent 4e6dbe5 commit 3d38686
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ env:
ECR_IMAGE_NAME: chainlink/chainlink

jobs:
checks:
name: "Checks"
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Check for VERSION file bump on tags
# Avoids checking VERSION file bump on forks.
if: ${{ github.repository == 'smartcontractkit/chainlink' && startsWith(github.ref, 'refs/tags/v') }}
uses: ./.github/actions/version-file-bump
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# checks:
# name: "Checks"
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout repository
# uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# - name: Check for VERSION file bump on tags
# # Avoids checking VERSION file bump on forks.
# if: ${{ github.repository == 'smartcontractkit/chainlink' && startsWith(github.ref, 'refs/tags/v') }}
# uses: ./.github/actions/version-file-bump
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

# build-sign-publish-chainlink:
# needs: [checks]
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# continue-on-error: true

goreleaser-build-sign-publish-chainlink:
needs: [checks]
# needs: [checks]
if: ${{ ! startsWith(github.ref_name, 'release/') }}
runs-on: ubuntu-20.04
environment: build-publish
Expand Down

0 comments on commit 3d38686

Please sign in to comment.