Skip to content

Commit

Permalink
Merge branch 'arya/jit-release' into split-and-jit
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Mar 24, 2024
2 parents 742bbbf + b58d962 commit 0617609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
bundle-ucm:
name: build and bundle ucm
uses: ./.github/workflows/bundle-ucm.yaml
with:
ref: ${{ github.ref }}
Expand All @@ -23,7 +24,7 @@ jobs:
name: create release
runs-on: ubuntu-20.04
needs:
- build-ucm
- bundle-ucm

steps:
- name: make download dir
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
bundle-ucm:
name: build and bundle ucm
uses: ./.github/workflows/bundle-ucm.yaml
with:
ref: ${{github.ref}}
Expand All @@ -24,7 +25,7 @@ jobs:
name: create release
runs-on: ubuntu-20.04
needs:
- build-ucm
- bundle-ucm

steps:
- name: make download dir
Expand Down

0 comments on commit 0617609

Please sign in to comment.