Skip to content

Commit

Permalink
Remove unnecessary config update step
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 6, 2024
1 parent 71e9451 commit 9e89938
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/matrix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,6 @@ jobs:
fetch-depth: 0
submodules: true

- name: Update config
if: ${{ inputs.from_ci }}
run: |
if git checkout origin/update build.md; then
UPDATE_CFG=$(./build.sh config.toml --config-update)
if [ "$UPDATE_CFG" ]; then
echo "$UPDATE_CFG" > config.toml
fi
fi
- name: Generate ${{ matrix.id }} config
run: ./gen_sep_config.sh config.toml ${{ matrix.id }} sep_config.toml

Expand Down

0 comments on commit 9e89938

Please sign in to comment.