diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5bd0b627e..c2cad11d95 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,26 +12,26 @@ concurrency: cancel-in-progress: true jobs: - # format: - # name: "Code Formatting" - # runs-on: ubuntu-latest - # if: github.ref == 'refs/heads/master' - # - # steps: - # - uses: actions/checkout@v2 - # - uses: DoozyX/clang-format-lint-action@v0.13 - # with: - # source: '.' - # exclude: './doc' - # extensions: 'h,cpp' - # clangFormatVersion: 13 - # inplace: True - # - uses: EndBug/add-and-commit@v4 - # with: - # message: 'Committing clang-format changes' - # env: - # GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }} - # + format: + name: "Code Formatting" + runs-on: ubuntu-latest + #if: github.ref == 'refs/heads/master' + + # steps: + #- uses: actions/checkout@v2 + #- uses: DoozyX/clang-format-lint-action@v0.13 + # with: + # source: '.' + # exclude: './doc' + # extensions: 'h,cpp' + # clangFormatVersion: 13 + # inplace: True + #- uses: EndBug/add-and-commit@v4 + # with: + # message: 'Committing clang-format changes' + # env: + # GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }} + build: runs-on: ubuntu-latest if: ${{ always() }}