[skip ci] Remove explicit SKIP CI workflow logic
GitHub has it built-in now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
Cette révision appartient à :
Parent
88fd799a30
révision
98fc028d39
1 fichiers modifiés avec 0 ajouts et 1 suppressions
1
.github/workflows/build.yml
externe
1
.github/workflows/build.yml
externe
|
@ -22,7 +22,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build app
|
name: Build app
|
||||||
needs: check_wrapper
|
needs: check_wrapper
|
||||||
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Référencer dans un nouveau ticket