Skip to content

Commit

Permalink
get rid of the verify-actions-status script (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored Jan 2, 2025
1 parent d8af6ee commit f8ae65b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
26 changes: 0 additions & 26 deletions .github/scripts/verify-actions-status.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,8 @@ permissions: # used by build images steps
contents: write # This is required for actions/checkout

jobs:
verify-head-status:
name: Verify HEAD
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Verify github actions
run: ./.github/scripts/verify-actions-status.sh ${{ github.ref_name }}

upgrade-images:
name: Upgrade main images
needs: verify-head-status
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f8ae65b

Please sign in to comment.