Skip to content

Commit

Permalink
Fix to drop incorrect if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 4, 2024
1 parent f3d6b11 commit 998f2c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[build]')
steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 998f2c8

Please sign in to comment.