Skip to content

Commit 5029aed

Browse files
authored
keeps locks; restrict concurrency
1 parent a1d0e1a commit 5029aed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
postgresml-pgml:
1313
strategy:
1414
fail-fast: false # Let the other job finish
15+
max-parallel: 1 # Only one job at a time from this matrix
1516
matrix:
1617
include:
1718
# Ubuntu 24.04 LTS (Noble)
@@ -112,13 +113,6 @@ jobs:
112113
sudo gem install deb-s3-0.11.4.gem
113114
sudo dpkg --configure -a
114115
dpkg-deb --version
115-
116-
- name: Remove dpkg locks
117-
run: |
118-
sudo rm -f /var/lib/dpkg/lock
119-
sudo rm -f /var/lib/dpkg/lock-frontend
120-
sudo rm -f /var/lib/apt/lists/lock
121-
sudo rm -f /var/cache/apt/archives/lock
122116
123117
- name: Install pgrx
124118
uses: postgresml/gh-actions-cargo@master

0 commit comments

Comments
 (0)