Skip to content

Commit

Permalink
test release3
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 9, 2024
1 parent 2bbfe29 commit c9f8a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ jobs:
action_name: ${{ steps.version_check.outputs.action_name }}
action_version: ${{ steps.version_check.outputs.action_version }}

test-shareableviz-action:
needs: check-version
if: ${{ needs.check-version.outputs.new_release == 'true' }}
uses: ./.github/workflows/test.yml

prepare-release:
needs: [check-version, test-shareableviz-action]
needs: check-version
if: ${{ needs.check-version.outputs.new_release == 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ permissions:
id-token: write

on:
workflow_call:
inputs:
branch:
type: string
default: ''
push:
branches:
- main
Expand Down

0 comments on commit c9f8a47

Please sign in to comment.