Skip to content

Commit

Permalink
Use repository variables for BRANCH_SYNC_MATRIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Feb 20, 2024
1 parent a9ca958 commit 20dab24
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/genminified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,7 @@ jobs:
config:
- branch: ${{ github.ref_name }}
# Sync branches
- branch: v0.10.x # TODO remove after adding v0.12.x
m: 1
codes:
armeabi-v7a: [0, 952001999]
x86: [0, 962001999]
arm64-v8a: [0, 972001999]
x86_64: [0, 982001999]
- branch: v0.11.x
m: 1
codes:
armeabi-v7a: [0, 952004999]
x86: [0, 962004999]
arm64-v8a: [0, 972004999]
x86_64: [0, 982004999]
- branch: v0.12.x
m: 1
codes:
armeabi-v7a: [0, 952005999]
x86: [0, 962005999]
arm64-v8a: [0, 972005999]
x86_64: [0, 982005999]
- ${{ fromjson(vars.BRANCH_SYNC_MATRIX || '[]') }}
exclude:
# disable branch sync for non default branch
- config:
Expand Down

0 comments on commit 20dab24

Please sign in to comment.