Skip to content

Commit

Permalink
[GHA] - adjust release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed May 2, 2024
1 parent 71bcc7a commit b4e73a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-distro-update-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
purge_cache:
needs: [ update-aggregate-update-sites ]
runs-on: [self-hosted, macOS]
runs-on: [self-hosted]
steps:
- uses: ./.github/actions/akamai-purge-osx
name: Invalidate URLs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-ls-extensions-update-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
purge_cache:
needs: [ update-aggregate-update-sites ]
runs-on: [self-hosted, macOS]
runs-on: [self-hosted]
steps:
- uses: ./.github/actions/akamai-purge-osx
name: Invalidate URLs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-eclipse-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
latest: ${{ inputs.eclipse_latest }}
secrets: inherit

create-github-release:
uses: ./.github/workflows/create-gh-release.yml
with:
version: ${{ inputs.release_version }}.RELEASE
secrets: inherit
# create-github-release:
# uses: ./.github/workflows/create-gh-release.yml
# with:
# version: ${{ inputs.release_version }}.RELEASE
# secrets: inherit

# announce-release:
# needs: [ aggregate-ls-extension-update-site, aggregate-distro-update-site, create-github-release ]
Expand Down

0 comments on commit b4e73a4

Please sign in to comment.