Skip to content

Commit

Permalink
Update build_static_lib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buke authored Jul 15, 2024
1 parent 575b983 commit bfdd497
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build_static_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
linux-x86_64:
if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,10 +33,10 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For Linux x86_64
base: ${{ github.head_ref }}
base: ${{ github.base_ref }}

linux-aarch64:
if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -62,10 +62,10 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For Linux aarch64
base: ${{ github.head_ref }}
base: ${{ github.base_ref }}

darwin_amd64:
if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -88,10 +88,10 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For darwin_amd64
base: ${{ github.head_ref }}
base: ${{ github.base_ref }}

darwin_arm64:
if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -114,11 +114,11 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For darwin_arm64
base: ${{ github.head_ref }}
base: ${{ github.base_ref }}


windows_386:
if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
Expand All @@ -144,10 +144,10 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For windows_386
base: ${{ github.head_ref }}
base: ${{ github.base_ref }}

windows_amd64:
if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
# if: startsWith(github.head_ref, 'dependabot/submodules/deps/quickjs')
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
Expand All @@ -173,10 +173,10 @@ jobs:
branch-suffix: random
delete-branch: true
title: Update QuickJS Static library For windows_amd64
base: ${{ github.head_ref }}
base: ${{ github.base_ref }}

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

0 comments on commit bfdd497

Please sign in to comment.