mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
f52cff17ec
commit
b8c01eabb6
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: clang-format
|
name: clang-format
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clang-format-job:
|
clang-format-job:
|
||||||
|
2
.github/workflows/cmake-format.yml
vendored
2
.github/workflows/cmake-format.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: cmake-format
|
name: cmake-format
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cmake-format-job:
|
cmake-format-job:
|
||||||
|
Loading…
Reference in New Issue
Block a user