Skip to content

Commit cbe7e5e

Browse files
committed
Don't run workflow on an autopublish
1 parent 1101907 commit cbe7e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
14+
if: ${{ ! contains(github.event.head_commit.message, 'autopublish') }}
1415
steps:
1516
- name: Checkout this repository
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)