Skip to content

Commit

Permalink
🔧 chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Dec 8, 2023
1 parent 39e9168 commit d41e243
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 @@ -13,7 +13,7 @@ jobs:
prepare:
name: Prepare Release
if: github.event.head.ref != 'release' && !startsWith(github.event.commits[0].message, '🚀 release:')
runs-on: [ self-hosted, Linux ]
runs-on: [ ubuntu-latest ]
steps:
- name: Prepare release branch and PR
uses: 'localazy/release@v1'
Expand Down

0 comments on commit d41e243

Please sign in to comment.