Skip to content

Commit

Permalink
Update personality automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 22, 2024
1 parent fd2a5a1 commit f152923
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
load: true
push: false
tags: buildfarm-client:alpine
- name: Update OS and Compiler versions
if: matrix.branch == 'HEAD'
run: |
docker run --rm \
-e ANIMAL=${{ matrix.builder == 'autoconf' && vars.AUTOCONF_ANIMAL || vars.MESON_ANIMAL }} \
-e SECRET=${{ matrix.builder == 'autoconf' && secrets.AUTOCONF_SECRET || secrets.MESON_SECRET }} \
--entrypoint "" \
buildfarm-client:alpine \
./update.sh \
--config ${{ matrix.builder }}.conf
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: postgres/postgres
Expand Down

0 comments on commit f152923

Please sign in to comment.