Skip to content

Commit 14ee27d

Browse files
committed
[release] 20260121-5
bypass Publish Types to continue the process
1 parent 78430c6 commit 14ee27d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ jobs:
7676
name: Release Publish
7777
needs: [pre-ci, setup]
7878
if: >
79-
!startsWith(github.event.head_commit.message, '[SKIP CI]')
80-
&& startsWith(github.event.head_commit.message, '[release]')
79+
(github.event_name == 'workflow_dispatch' || (
80+
!startsWith(github.event.head_commit.message, '[SKIP CI]')
81+
&& startsWith(github.event.head_commit.message, '[release]')
82+
))
8183
&& github.repository == 'subquery/subql-stellar'
8284
runs-on: ubuntu-latest
8385
steps:

0 commit comments

Comments
 (0)