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 5fd3424 commit aa5c36a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: test
run: echo "build_linux_packages is ${{ inputs.build_linux_packages }}"

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -92,10 +95,6 @@ jobs:
packages: write

steps:

- name: test
run: echo "build_linux_packages is ${{ inputs.build_linux_packages }}"

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

0 comments on commit aa5c36a

Please sign in to comment.