Skip to content

Commit

Permalink
#4186: Delete workflows depending on download assets script
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Dec 7, 2023
1 parent c75543e commit 531959d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/all-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,6 @@ on:
- "main"

jobs:
check-syseng-assets-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CHECKOUT_TOKEN }}
- name: Check asset download script
env:
GITHUB_TOKEN: ${{ secrets.CHECKOUT_TOKEN }}
run: |
cd infra/machine_setup
./scripts/download_public_machine_setup_assets.sh
check-syseng-assets-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CHECKOUT_TOKEN }}
- name: Check asset download script
env:
GITHUB_TOKEN: ${{ secrets.CHECKOUT_TOKEN }}
run: |
cd infra/machine_setup
./scripts/download_public_machine_setup_assets.sh -r
check-spdx-licenses:
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ jobs:
# We are still committed to making this eventually work for proper
# releases to allow for easier installing for Python users.
run: ls -arhl metal_libs-*+*.whl
- name: Download syseng assets for release
env:
GITHUB_TOKEN: ${{ secrets.CHECKOUT_TOKEN }}
run: |
cd infra/machine_setup
./scripts/download_public_machine_setup_assets.sh -r
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -118,5 +112,4 @@ jobs:
files: |
VERSION
CHANGELOG.txt
infra/machine_setup/assets/*
fail_on_unmatched_files: true

0 comments on commit 531959d

Please sign in to comment.