Skip to content

Commit

Permalink
ci: use current workflow for reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Dec 29, 2023
1 parent db112d8 commit 96033e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: '🧪 Test and lint'
uses: LEDBrain/Community-Service/.github/workflows/development.yml@${{ github.ref_name}}
uses: ./.github/workflows/development.yml

release-github:
if: ${{ !contains(github.event.head_commit.message, 'skip ci') && !contains(github.event.head_commit.message, 'skip release') }}
Expand Down

0 comments on commit 96033e9

Please sign in to comment.