Update create-theme.yml

This commit is contained in:
mauro 🤙 2024-08-18 17:30:48 +02:00 committed by GitHub
parent 411b481d1d
commit c646b95caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ jobs:
permissions: write-all permissions: write-all
name: Submit a theme name: Submit a theme
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.event.issue.title, '[create-theme]:') != 'true' && success() if: startsWith(github.event.issue.title, '[create-theme]:') == 'true'
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2