Skip to content

Commit

Permalink
[skip ci] allow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LiAlH4 authored Aug 31, 2022
1 parent 800116b commit 684ce5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:

jobs:
build:

runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }}

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

0 comments on commit 684ce5b

Please sign in to comment.