Skip to content

Commit

Permalink
build: use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 6, 2023
1 parent a46b078 commit 560d0d2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: test
run: echo "build_linux_packages is ${{ inputs.build_linux_packages }}"
- name: test2
if: ${{ inputs.build_linux_packages == 'true' }}
run: echo "build_linux_packages is 'true'"
- name: test3
if: ${{ inputs.build_linux_packages }}
run: echo "build_linux_packages is true"

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 560d0d2

Please sign in to comment.