Skip to content

Commit 71930eb

Browse files
committed
Disable cron-based builds
Disabled cron-based builds. Bumped 'runs-on' to ubuntu-24.04
1 parent 9f2dede commit 71930eb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- 'main'
7-
schedule:
8-
- cron: '15 5 * * *'
7+
# schedule:
8+
# - cron: '15 5 * * *'
99

1010
defaults:
1111
run:
@@ -16,7 +16,7 @@ jobs:
1616
build-and-push-docker-images:
1717
name: Build and push docker images for PostgreSQL + extensions
1818

19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
env:
2222
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/pljava-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- 'main'
7-
schedule:
8-
- cron: '30 5 * * 1'
7+
# schedule:
8+
# - cron: '30 5 * * 1'
99

1010
defaults:
1111
run:
@@ -16,7 +16,7 @@ jobs:
1616
build-and-push-docker-images:
1717
name: Build and push docker images for PostgreSQL + extensions (PL/Java Dev only)
1818

19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
env:
2222
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)