Skip to content

Commit

Permalink
Update code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shihab-dls authored May 9, 2024
1 parent 2491b63 commit e347e6e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
with:
matrix: ${{needs.test_matrix.outputs.matrix}}

test_backup:
if: ${{ always() }}
needs: [test_matrix, test]
uses: ./.github/workflows/_test_backup.yml
with:
run_id: ${{needs.test.outputs.run_id}}
token: ${{needs.test.outputs.token}}

# Optional revert on failed push workflow
# undo:
# needs: [ make_boot, make_zpkg, make_zpkg_aws, test ]
Expand Down

0 comments on commit e347e6e

Please sign in to comment.