Skip to content

Commit

Permalink
Removing _make_zpkg_aws job
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab Suliman committed May 10, 2024
1 parent 3059813 commit f57160a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:

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

# Release on push to tag
release:
needs: [ make_boot, make_zpkg, make_zpkg_aws, test, test_matrix, test_python_autogen ]
needs: [ make_boot, make_zpkg, test, test_matrix, test_python_autogen ]
uses: ./.github/workflows/_release.yml

0 comments on commit f57160a

Please sign in to comment.