diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 11598a06..ed886931 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ## - name: "PR Checks" on: push: @@ -76,5 +75,3 @@ jobs: uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} - -