Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com>
  • Loading branch information
oguzkaganozt committed Feb 18, 2024
1 parent d26f720 commit 041ec8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ jobs:
lib_dir: aarch64
additional-tag-suffix: ""
steps:
- name: Check input conditions
run: |
if [[ ${{ github.event.inputs.publish_packages }} == 'true' ]]; then
if [[ -z "${{ github.event.inputs.release_version }}" ]]; then
echo "Error: 'release_version' is required when 'publish_packages' is true."
exit 1
fi
fi
# https://github.com/actions/checkout/issues/211
- name: Change permission of workspace
run: |
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ jobs:
lib_dir: x86_64
additional-tag-suffix: ""
steps:
- name: Check input conditions
run: |
if [[ ${{ github.event.inputs.publish_packages }} == 'true' ]]; then
if [[ -z "${{ github.event.inputs.release_version }}" ]]; then
echo "Error: 'release_version' is required when 'publish_packages' is true."
exit 1
fi
fi
- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 041ec8f

Please sign in to comment.