diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b021d59..326cab5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,9 +10,11 @@ env: jobs: build: - if: "contains(github.event.head_commit.message, 'CI') != true" + if: "contains(github.event.head_commit.message, '[CI]:') != true" runs-on: docker + container: + image: catthehacker/ubuntu:act-22.04 steps: - uses: RouxAntoine/checkout@v4.1.8 with: @@ -45,4 +47,4 @@ jobs: - name: Push changelog uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: "CI: Push updated changelog" + commit_message: "[CI]: Push updated changelog"