diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index a970d1af7f..5fface7872 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -48,19 +48,6 @@ jobs: - name: Fetch master run: git fetch --no-tags --depth=1 origin +refs/heads/master:refs/heads/master - # Fails if there are tabs in source files. - # - name: Check formatting - # run: ./.github/format.sh - - # - name: Check scripts formatting - # if: always() - # run: black --line-length 105 scripts/ - - # # Fails if there are differences. - # - name: Formatting issues - # if: always() - # run: git diff --color --exit-code - - name: Check include guards if: always() run: | diff --git a/.github/workflows/inshpect.yml b/.github/workflows/inshpect.yml index 4c60f6e59c..981b12579c 100644 --- a/.github/workflows/inshpect.yml +++ b/.github/workflows/inshpect.yml @@ -1,11 +1,6 @@ name: Inshepct on: - push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - branches: - - master pull_request: branches: - master