gha : Revert clang-format and cmake-format on PR

When using these workflows on PR, the following error message is displayed
Error: When the repository is checked out on a commit instead of a branch, the 'base' input must be supplied.
This commit is contained in:
Magne Sjaastad 2020-11-19 08:17:55 +01:00
parent f52cff17ec
commit b8c01eabb6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: clang-format
on: [push, pull_request]
on: [push]
jobs:
clang-format-job:

View File

@ -1,6 +1,6 @@
name: cmake-format
on: [push, pull_request]
on: [push]
jobs:
cmake-format-job: