Skip to content

Commit

Permalink
[webpack] test3
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 14, 2024
1 parent aa1023c commit 7846efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ startsWith(github.event.head_commit.message, '[android]') == 'true' }}
if: ${{ startsWith(github.event.head_commit.message, '[android]') }}
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ startsWith(github.event.head_commit.message, '[webpack]') == 'true' }}
if: ${{ startsWith(github.event.head_commit.message, '[webpack]') }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7846efc

Please sign in to comment.