Removes ubuntu/bionic from packaging pipelines (#7142)

DESCRIPTION: Removes ubuntu/bionic from packaging pipelines

Since pg16 beta is not available for ubuntu/bionic and ubuntu/bionic
support is EOL, I need to remove this os from pipeline
https://ubuntu.com/blog/ubuntu-18-04-eol-for-devices

Additionally, added concurrency support for GH Actions Packaging
pipeline

(cherry picked from commit 553780e3f1)
pull/7883/head
Gürkan İndibay 2023-08-24 10:30:33 +03:00 committed by Onur Tirtir
parent 46727b209b
commit 105ce19fff
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
get_postgres_versions_from_file: