Skip to content

Commit

Permalink
ci(release): Fix run test job [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 29, 2024
1 parent d8750fd commit d67e28a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,8 @@ jobs:
run: git push origin ${{ needs.create-release.outputs.major_tag }} --force

run-test:
name: Run test for release
runs-on: ubuntu-latest
name: Run test on add-ons
needs: [create-release, update-major-tag]
permissions:
contents: read

steps:
- name: Test add-ons
uses: ./.github/workflows/add-ons-test.yml
with:
action_ref: ${{ needs.create-release.outputs.major_tag }}
uses: ./.github/workflows/add-ons-test.yml
with:
action_ref: ${{ needs.create-release.outputs.major_tag }}

0 comments on commit d67e28a

Please sign in to comment.