Skip to content

Commit

Permalink
cicd(test): release.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Dec 2, 2023
1 parent dd5ff32 commit 41380a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
workflowFileName: test.yml
token: ${{ secrets.CI_PAT }}

# for testing purposes
- name: Trigger release
uses: ./.github/actions/trigger-workflow
with:
workflowFileName: release.yml
token: ${{ secrets.CI_PAT }}

- name: Setup
uses: ./.github/actions/setup-linux-x86_64

Expand Down

0 comments on commit 41380a8

Please sign in to comment.