Skip to content

Commit

Permalink
disable all but workflow_dispatch on 64-bit
Browse files Browse the repository at this point in the history
Make sure pacman.conf gets updated.
  • Loading branch information
jeremyd2019 committed Jul 4, 2021
1 parent be97379 commit 1828cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'build'

on:
push:
pull_request:
#push:
#pull_request:
workflow_dispatch:
schedule:
- cron: '0 3 * * 1,4'
#schedule:
# - cron: '0 3 * * 1,4'

jobs:
build-installer:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Update again
run: |
mv -f /etc/pacman.conf.pacnew /etc/pacman.conf || true
grep -qF "[${PACMAN_REPOSITORY_NAME}]" /etc/pacman.conf || sed -i "/\[msys\]/i [${PACMAN_REPOSITORY_NAME}]\nServer = ${PACMAN_REPOSITORY_URL}\nSigLevel = Optional\n" /etc/pacman.conf
pacman --noconfirm --noprogressbar --sync --refresh --refresh --sysupgrade --sysupgrade
Expand Down

0 comments on commit 1828cb3

Please sign in to comment.