Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
gh-953: Skip whole javadoc job if alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 committed Dec 2, 2021
1 parent d976ae1 commit f0c3f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- create-release-tag
if: ${{ !startsWith( needs.create-release-tag.outputs.branch_name , 'alpha') }}

steps:
- name: Checkout Master
Expand All @@ -178,7 +179,6 @@ jobs:
run: echo "RELEASE_VERSION=$(echo ${{ github.event.milestone.title }} | cut -c 2-)" >> $GITHUB_ENV

- name: Upload Javadoc
if: ${{ !startsWith( needs.create-release-tag.outputs.branch_name , 'alpha') }}
run: |
git remote set-branches --add origin gh-pages
git pull
Expand Down

0 comments on commit f0c3f59

Please sign in to comment.