Skip to content

Commit

Permalink
Update build_static_lib.yml (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
buke authored Jul 15, 2024
1 parent bfdd497 commit 812489e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_static_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For Linux x86_64
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}

linux-aarch64:
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For Linux aarch64
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}

darwin_amd64:
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
Expand All @@ -88,7 +88,7 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For darwin_amd64
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}

darwin_arm64:
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
Expand All @@ -114,7 +114,7 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For darwin_arm64
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}


windows_386:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For windows_386
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}

windows_amd64:
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For windows_amd64
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}

update_headers:
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
Expand All @@ -193,4 +193,4 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Header Files
base: ${{ github.base_ref }}
base: ${{ github.head_ref }}

0 comments on commit 812489e

Please sign in to comment.