Skip to content

Commit

Permalink
chore: Adjust job graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Aug 2, 2024
1 parent c869df9 commit 16e43ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
path: ci-artifacts

package_job:
needs: [build_linux_job,build_aot_windows_job]
needs: [build_linux_job]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
##
release_job:
if: github.event_name == 'push'
needs: [package_job]
needs: [package_job,build_aot_windows_job]
runs-on: ubuntu-latest
environment:
name: Release
Expand Down

0 comments on commit 16e43ff

Please sign in to comment.