Skip to content

Commit 998f2c8

Browse files
committed
Fix to drop incorrect if statement
1 parent f3d6b11 commit 998f2c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/webmin.dev-deploy-webmin-and-usermin-packages.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
if: contains(github.event.head_commit.message, '[build]')
1413
steps:
1514
- uses: actions/checkout@v3
1615
- uses: awalsh128/cache-apt-pkgs-action@latest

0 commit comments

Comments
 (0)