Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 28, 2024
1 parent 0a851a4 commit 738831f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build-job:
name: Build
runs-on: ubuntu-latest
if: "!contains(github.event.commits[0].message, '[SKIP CI]') && ! ${{ matrix.skip }}"
if: "!contains(github.event.commits[0].message, '[SKIP_CI]') && matrix.skip != 'true'"
strategy:
matrix:
include:
Expand Down Expand Up @@ -245,5 +245,5 @@ jobs:
cp ${CHANGELOG_FILE} ${UPDATE_DIR}/"${RELEASE_NOTE_FILE}"
echo "Uploading to github manifest and ${RELEASE_NOTE_FILE}"
git add ${UPDATE_DIR}
git commit -m "Updating Notes and manifest to version:${MAJOR_VER} ${MINOR_VER} [skip ci]" -a
git commit -m "Updating Notes and manifest to version:${MAJOR_VER} ${MINOR_VER} [SKIP_CI]" -a
git push origin

0 comments on commit 738831f

Please sign in to comment.