Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 14, 2023
1 parent 2cd01e4 commit 8c108b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
&& contains('schedule workflow_dispatch', github.event_name)
strategy:
fail-fast: false
max-parallel: 1
matrix:
pkg: [asli, bap-asli-plugin, bap-uq-pac, basil]
uses: ./.github/workflows/nix.yml
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:

- run: nix-build ./update-shell.nix
- run: |
nix-shell ./update-shell.nix --pure --keep NIX_PATH \
--run './update.py check -A ${{inputs.pkg}}'
nix-shell ./update-shell.nix --run './update.py check -A ${{inputs.pkg}}'
do-upgrade:
concurrency: do-upgrade # one package upgrade in-flight at a time
runs-on: ubuntu-latest
needs: check
steps:
Expand All @@ -33,8 +31,7 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- run: |
nix-shell ./update-shell.nix --pure --keep NIX_PATH \
--run './update.py do-upgrade -A ${{inputs.pkg}}'
nix-shell ./update-shell.nix --run './update.py do-upgrade -A ${{inputs.pkg}}'
- run: git push

build:
Expand Down

0 comments on commit 8c108b0

Please sign in to comment.