Skip to content

Commit

Permalink
fix: Github actions trigger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pigri committed Jul 30, 2024
1 parent 89d3dbb commit a748534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:

jobs:
core-unit-test:
uses: ./.github/actions/core-unit-test.yaml
uses: ./.github/actions/core-unit-test.yaml@{{ github.ref_name }}

2 changes: 1 addition & 1 deletion .github/workflows/rule-server-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:

jobs:
rule-server-unit-test:
uses: ./.github/actions/rule-server-unit-test.yaml
uses: ./.github/actions/rule-server-unit-test.yaml@{{ github.ref_name }}

0 comments on commit a748534

Please sign in to comment.