Skip to content

Commit

Permalink
Merge pull request #227 from anchore/temp-unblock-release-2
Browse files Browse the repository at this point in the history
fix: temp unblock the release workflow
  • Loading branch information
bradleyjones authored May 24, 2024
2 parents cb29563 + f70bbb7 commit 3db48ea
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,6 @@ jobs:
git fetch origin main
git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on main!"
- name: Check static analysis
uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be #v1.2.0
id: static-analysis
with:
token: ${{ secrets.GITHUB_TOKEN }}
# This check name is defined as the github actions job name (in .github/workflows/static-analysis-integration.yaml)
checkName: "Static-Analysis (1.21.x, ubuntu-latest)"
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Check unit, and integration test results
uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be #v1.2.0
id: tests-unit-int
with:
token: ${{ secrets.GITHUB_TOKEN }}
# This check name is defined as the github actions job name (in .github/workflows/static-analysis-integration.yaml)
checkName: "Tests (1.21.x, ubuntu-latest)"
ref: ${{ github.event.pull_request.head.sha || github.sha }}

release:
needs: [ wait-for-checks ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3db48ea

Please sign in to comment.