Skip to content

Commit

Permalink
Added comment and removed 'undo' job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Dec 9, 2024
1 parent 80fe764 commit 22fdf74
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_make_boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: ./repos/PandABlocks-fpga/.github/actions/setupenv

# Generate bootable image
# The Xvfb process causes the job to hang, so is killed after the image is generated
- name: Make boot
id: make_boot
run: |
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/_undo.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
make_zpkg:
uses: ./.github/workflows/_make_zpkg.yml

# Optional revert on failed push workflow
undo:
needs: [ make_boot, make_zpkg, test_hdl ]
uses: ./.github/workflows/_undo.yml

# Release on push to tag
release:
needs: [ make_boot, make_zpkg, test_hdl, test_matrix, test_python_autogen ]
Expand Down

0 comments on commit 22fdf74

Please sign in to comment.