Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Przepiorowski committed Sep 19, 2024
2 parents 03ea793 + 0ba62f3 commit 1b43efd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,6 @@ jobs:
name: ubuntu22build
path: ${{ env.FILENAME }}




amazon2023:
needs: [centos7]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -615,7 +612,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023, oel8, docker]
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023, oel8, docker, ubuntu22]
permissions:
contents: write
steps:
Expand Down Expand Up @@ -657,9 +654,9 @@ jobs:
name: amazon2023

- name: Download Amazon 2023
uses: actions/download-artifact@v4
with:
name: ubuntu22build
uses: actions/download-artifact@v4
with:
name: ubuntu22build

- name: Say
run: |
Expand Down

0 comments on commit 1b43efd

Please sign in to comment.