Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5029aed

Browse filesBrowse files
authored
keeps locks; restrict concurrency
1 parent a1d0e1a commit 5029aed
Copy full SHA for 5029aed

File tree

Expand file treeCollapse file tree

1 file changed

+1
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-7
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/ubuntu-packages-and-docker-image.yml
+1-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.